@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
/* ul {
  margin: 1em 0; } */

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0;
  }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

.g-1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%; }
  .g-1:last-child {
    margin-right: 0; }
  .g-1 img {
    max-width: 100%;
    height: auto; }

.g-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .g-2:last-child {
    margin-right: 0; }
  .g-2 img {
    max-width: 100%;
    height: auto; }

.g-3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .g-3:last-child {
    margin-right: 0; }
  .g-3 img {
    max-width: 100%;
    height: auto; }

.g-4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .g-4:last-child,
  .g-4:nth-child(3n+3) {
    margin-right: 0; }
  .g-4 img {
    max-width: 100%;
    height: auto; }

.g-5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .g-5:last-child {
    margin-right: 0; }
  .g-5 img {
    max-width: 100%;
    height: auto; }

.g-6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .g-6:last-child {
    margin-right: 0; }
  .g-6 img {
    max-width: 100%;
    height: auto; }

.g-7 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .g-7:last-child {
    margin-right: 0; }
  .g-7 img {
    max-width: 100%;
    height: auto; }

.g-8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .g-8:last-child {
    margin-right: 0; }
  .g-8 img {
    max-width: 100%;
    height: auto; }

.g-9 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .g-9:last-child {
    margin-right: 0; }
  .g-9 img {
    max-width: 100%;
    height: auto; }

.g-10 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%; }
  .g-10:last-child {
    margin-right: 0; }
  .g-10 img {
    max-width: 100%;
    height: auto; }

.g-11 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%; }
  .g-11:last-child {
    margin-right: 0; }
  .g-11 img {
    max-width: 100%;
    height: auto; }

.g-12 {
  width: 100%;
  display: block;
  overflow: hidden; }
  .g-12:after {
    content: "";
    display: table;
    clear: both; }
  .g-12 img {
    max-width: 100%;
    height: auto; }

.bg-tan {
  background-color: #e6e0cc !important; }

.bg-gold {
  background-color: #fbc804 !important; }

.bg-red {
  background-color: #d0112b !important; }

.bg-lime {
  background-color: #8dc63f !important; }

.bg-white {
  background-color: white !important; }

.bg-fog {
  background-color: #b3b2b2 !important; }

.bg-gray {
  background-color: #4A4A4A !important; }

.bg-smoke {
  background-color: #828282 !important; }

.bg-light-smoke {
  background-color: #e8e8e8 !important; }

.bg-trans--red {
  background-color: rgba(208, 17, 43, 0.75) !important; }

.bg-trans--gray {
  background-color: rgba(33, 33, 33, 0.75) !important; }

.bg-trans--black {
  background-color: rgba(0, 0, 0, 0.75) !important; }

.no-bg {
  background-color: transparent !important;
  background-image: none !important; }

.no-pad {
  padding: 0 !important; }

.no-pad--top {
  padding-top: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-margin--top {
  margin-top: 0 !important; }

.no-margin--bottom {
  margin-bottom: 0 !important; }

.margin--top {
  margin-top: 1.25em !important; }

.margin--bottom, .list-box .margin--bottom {
    margin-bottom: 1.25em !important; }

@media screen and (max-width: 640px) {
  .center-text--mobile {
    text-align: center; } }
@media screen and (max-width: 480px) {
  .center-text--mobile-m {
    text-align: center; } }
@media screen and (max-width: 769px) {
  .center-text--mobile-l {
    text-align: center; } }
@media screen and (max-width: 320px) {
  .center-text--mobile-s {
    text-align: center; } }
@media screen and (max-width: 1024px) {
  .center-text--tablet {
    text-align: center; } }
@media screen and (min-width: 770px) and (max-width: 1024px) {
  .center-text--mobile-l-to-tablet {
    text-align: center; } }
@media screen and (min-width: 770px) {
  .center-text--mobile-l-up {
    text-align: center; } }
@media screen and (max-width: 1140px) {
  .center-text--desktop {
    text-align: center; } }
@media screen and (max-width: 850px) {
  .center-text--desktop-m {
    text-align: center; }

    .wtr {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1280px) {
  .center-text--desktop-l {
    text-align: center; } }
@media screen and (max-width: 1440px) {
  .center-text--desktop-xl {
    text-align: center; } }
@media screen and (min-width: 480px) {
  .center-text--mobile-m-up {
    text-align: center; } }
@media screen and (min-width: 640px) {
  .center-text--mobile-up {
    text-align: center; } }
@media screen and (min-width: 1024px) {
  .center-text--tablet-up {
    text-align: center; } }

.float-left {
  float: left;
  margin: 0 20px 20px 0; }

.float-right {
  float: right;
  margin: 0 0 20px 20px; }

.general-wrapper {
  max-width: 66.875em;
  margin-left: auto;
  margin-right: auto; }
  .general-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.full-width {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important; } }
@media screen and (max-width: 769px) {
  .hide-on-mobile-l {
    display: none !important; } }
@media screen and (max-width: 640px) {
  .hide-on-mobile {
    display: none !important; } }
@media screen and (min-width: 770px) and (max-width: 1024px) {
  .scaled-headline {
    font-size: 5vw !important; } }
.chevron:after {
  content: '\00a0\f054';
  font-family: 'icomoon';
  font-size: 0.8em; }

p {
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual; }
  p a {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }

@font-face {
  font-family: 'icomoon';
  src: url("/Institutions/University of Tampa/styles/fonts/icomoon.eot?z8t3vp");
  src: url("/Institutions/University of Tampa/styles/fonts/icomoon.eot?#iefixz8t3vp") format("embedded-opentype"), url("/Institutions/University of Tampa/styles/fonts/icomoon.woff2?z8t3vp") format("woff2"), url("/Institutions/University of Tampa/styles/fonts/icomoon.woff?z8t3vp") format("woff"), url("/Institutions/University of Tampa/styles/fonts/icomoon.ttf?z8t3vp") format("truetype"), url("/Institutions/University of Tampa/styles/fonts/icomoon.svg?z8t3vp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"],
[class^="ut-"], [class*=" ut-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ut-national:before {
  content: "\e611"; }

.ut-us-flag:before {
  content: "\e612"; }

.ut-florida-ssc:before {
  content: "\e613"; }

.ut-ssc:before {
  content: "\e614"; }

.ut-shield:before {
  content: "\e610"; }

.ut-housing:before {
  content: "\e60f"; }

.ut-bandaids:before {
  content: "\e60b"; }

.ut-brickwall:before {
  content: "\e60c"; }

.ut-hardhat:before {
  content: "\e60d"; }

.ut-volleyball:before {
  content: "\e60e"; }

.ut-logo:before {
  content: "\e60a"; }

.ut-weather:before {
  content: "\e609"; }

.ut-book:before {
  content: "\e600"; }

.ut-city:before {
  content: "\e601"; }

.ut-facebook:before {
  content: "\e602"; }

.ut-gradcap:before {
  content: "\e603"; }

.ut-instagram:before {
  content: "\e604"; }

.ut-linkedin:before {
  content: "\e605"; }

.ut-sun:before {
  content: "\e606"; }

.ut-twitter:before {
  content: "\e607"; }

.ut-youtube:before {
  content: "\e608"; }

.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-o:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-check:before {
  content: "\f00c"; }

.icon-close:before {
  content: "\f00d"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-times:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-gear:before {
  content: "\f013"; }

.icon-trash-o:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file-o:before {
  content: "\f016"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download:before {
  content: "\f019"; }

.icon-arrow-circle-o-down:before {
  content: "\f01a"; }

.icon-arrow-circle-o-up:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle-o:before {
  content: "\f01d"; }

.icon-repeat:before {
  content: "\f01e"; }

.icon-rotate-right:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-dedent:before {
  content: "\f03b"; }

.icon-outdent:before {
  content: "\f03b"; }

.icon-indent:before {
  content: "\f03c"; }

.icon-video-camera:before {
  content: "\f03d"; }

.icon-image:before {
  content: "\f03e"; }

.icon-photo:before {
  content: "\f03e"; }

.icon-picture-o:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-pencil-square-o:before {
  content: "\f044"; }

.icon-share-square-o:before {
  content: "\f045"; }

.icon-check-square-o:before {
  content: "\f046"; }

.icon-arrows:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-circle:before {
  content: "\f055"; }

.icon-minus-circle:before {
  content: "\f056"; }

.icon-times-circle:before {
  content: "\f057"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-info-circle:before {
  content: "\f05a"; }

.icon-crosshairs:before {
  content: "\f05b"; }

.icon-times-circle-o:before {
  content: "\f05c"; }

.icon-check-circle-o:before {
  content: "\f05d"; }

.icon-ban:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-mail-forward:before {
  content: "\f064"; }

.icon-share:before {
  content: "\f064"; }

.icon-expand:before {
  content: "\f065"; }

.icon-compress:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-circle:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye:before {
  content: "\f06e"; }

.icon-eye-slash:before {
  content: "\f070"; }

.icon-exclamation-triangle:before {
  content: "\f071"; }

.icon-warning:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-arrows-v:before {
  content: "\f07d"; }

.icon-arrows-h:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-bar-chart-o:before {
  content: "\f080"; }

.icon-twitter-square:before {
  content: "\f081"; }

.icon-facebook-square:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-gears:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-o-up:before {
  content: "\f087"; }

.icon-thumbs-o-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-o:before {
  content: "\f08a"; }

.icon-sign-out:before {
  content: "\f08b"; }

.icon-linkedin-square:before {
  content: "\f08c"; }

.icon-thumb-tack:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-sign-in:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-square:before {
  content: "\f092"; }

.icon-upload:before {
  content: "\f093"; }

.icon-lemon-o:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-square-o:before {
  content: "\f096"; }

.icon-bookmark-o:before {
  content: "\f097"; }

.icon-phone-square:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd-o:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell-o:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-o-right:before {
  content: "\f0a4"; }

.icon-hand-o-left:before {
  content: "\f0a5"; }

.icon-hand-o-up:before {
  content: "\f0a6"; }

.icon-hand-o-down:before {
  content: "\f0a7"; }

.icon-arrow-circle-left:before {
  content: "\f0a8"; }

.icon-arrow-circle-right:before {
  content: "\f0a9"; }

.icon-arrow-circle-up:before {
  content: "\f0aa"; }

.icon-arrow-circle-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-arrows-alt:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-users:before {
  content: "\f0c0"; }

.icon-chain:before {
  content: "\f0c1"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-flask:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-scissors:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-files-o:before {
  content: "\f0c5"; }

.icon-paperclip:before {
  content: "\f0c6"; }

.icon-floppy-o:before {
  content: "\f0c7"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-square:before {
  content: "\f0c8"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-navicon:before {
  content: "\f0c9"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-square:before {
  content: "\f0d3"; }

.icon-google-plus-square:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-unsorted:before {
  content: "\f0dc"; }

.icon-sort-desc:before {
  content: "\f0dd"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-asc:before {
  content: "\f0de"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-undo:before {
  content: "\f0e2"; }

.icon-gavel:before {
  content: "\f0e3"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-tachometer:before {
  content: "\f0e4"; }

.icon-comment-o:before {
  content: "\f0e5"; }

.icon-comments-o:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-flash:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-clipboard:before {
  content: "\f0ea"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb-o:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-cutlery:before {
  content: "\f0f5"; }

.icon-file-text-o:before {
  content: "\f0f6"; }

.icon-building-o:before {
  content: "\f0f7"; }

.icon-hospital-o:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-square:before {
  content: "\f0fd"; }

.icon-plus-square:before {
  content: "\f0fe"; }

.icon-angle-double-left:before {
  content: "\f100"; }

.icon-angle-double-right:before {
  content: "\f101"; }

.icon-angle-double-up:before {
  content: "\f102"; }

.icon-angle-double-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile:before {
  content: "\f10b"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-o:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before {
  content: "\f112"; }

.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-o:before {
  content: "\f114"; }

.icon-folder-open-o:before {
  content: "\f115"; }

.icon-smile-o:before {
  content: "\f118"; }

.icon-frown-o:before {
  content: "\f119"; }

.icon-meh-o:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard-o:before {
  content: "\f11c"; }

.icon-flag-o:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-star-half-empty:before {
  content: "\f123"; }

.icon-star-half-full:before {
  content: "\f123"; }

.icon-star-half-o:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-chain-broken:before {
  content: "\f127"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-slash:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-o:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-circle-left:before {
  content: "\f137"; }

.icon-chevron-circle-right:before {
  content: "\f138"; }

.icon-chevron-circle-up:before {
  content: "\f139"; }

.icon-chevron-circle-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-h:before {
  content: "\f141"; }

.icon-ellipsis-v:before {
  content: "\f142"; }

.icon-rss-square:before {
  content: "\f143"; }

.icon-play-circle:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-square:before {
  content: "\f146"; }

.icon-minus-square-o:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-square:before {
  content: "\f14a"; }

.icon-pencil-square:before {
  content: "\f14b"; }

.icon-external-link-square:before {
  content: "\f14c"; }

.icon-share-square:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-caret-square-o-down:before {
  content: "\f150"; }

.icon-toggle-down:before {
  content: "\f150"; }

.icon-caret-square-o-up:before {
  content: "\f151"; }

.icon-toggle-up:before {
  content: "\f151"; }

.icon-caret-square-o-right:before {
  content: "\f152"; }

.icon-toggle-right:before {
  content: "\f152"; }

.icon-eur:before {
  content: "\f153"; }

.icon-euro:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before {
  content: "\f155"; }

.icon-usd:before {
  content: "\f155"; }

.icon-inr:before {
  content: "\f156"; }

.icon-rupee:before {
  content: "\f156"; }

.icon-cny:before {
  content: "\f157"; }

.icon-jpy:before {
  content: "\f157"; }

.icon-rmb:before {
  content: "\f157"; }

.icon-yen:before {
  content: "\f157"; }

.icon-rouble:before {
  content: "\f158"; }

.icon-rub:before {
  content: "\f158"; }

.icon-ruble:before {
  content: "\f158"; }

.icon-krw:before {
  content: "\f159"; }

.icon-won:before {
  content: "\f159"; }

.icon-bitcoin:before {
  content: "\f15a"; }

.icon-btc:before {
  content: "\f15a"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-alpha-asc:before {
  content: "\f15d"; }

.icon-sort-alpha-desc:before {
  content: "\f15e"; }

.icon-sort-amount-asc:before {
  content: "\f160"; }

.icon-sort-amount-desc:before {
  content: "\f161"; }

.icon-sort-numeric-asc:before {
  content: "\f162"; }

.icon-sort-numeric-desc:before {
  content: "\f163"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-square:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-square:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stack-overflow:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-square:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-square:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-gratipay:before {
  content: "\f184"; }

.icon-sun-o:before {
  content: "\f185"; }

.icon-moon-o:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

.icon-pagelines:before {
  content: "\f18c"; }

.icon-stack-exchange:before {
  content: "\f18d"; }

.icon-arrow-circle-o-right:before {
  content: "\f18e"; }

.icon-arrow-circle-o-left:before {
  content: "\f190"; }

.icon-caret-square-o-left:before {
  content: "\f191"; }

.icon-toggle-left:before {
  content: "\f191"; }

.icon-dot-circle-o:before {
  content: "\f192"; }

.icon-wheelchair:before {
  content: "\f193"; }

.icon-vimeo-square:before {
  content: "\f194"; }

.icon-try:before {
  content: "\f195"; }

.icon-turkish-lira:before {
  content: "\f195"; }

.icon-plus-square-o:before {
  content: "\f196"; }

.icon-space-shuttle:before {
  content: "\f197"; }

.icon-slack:before {
  content: "\f198"; }

.icon-envelope-square:before {
  content: "\f199"; }

.icon-wordpress:before {
  content: "\f19a"; }

.icon-openid:before {
  content: "\f19b"; }

.icon-bank:before {
  content: "\f19c"; }

.icon-institution:before {
  content: "\f19c"; }

.icon-university:before {
  content: "\f19c"; }

.icon-graduation-cap:before {
  content: "\f19d"; }

.icon-mortar-board:before {
  content: "\f19d"; }

.icon-yahoo:before {
  content: "\f19e"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-reddit:before {
  content: "\f1a1"; }

.icon-reddit-square:before {
  content: "\f1a2"; }

.icon-stumbleupon-circle:before {
  content: "\f1a3"; }

.icon-stumbleupon:before {
  content: "\f1a4"; }

.icon-delicious:before {
  content: "\f1a5"; }

.icon-digg:before {
  content: "\f1a6"; }

.icon-pied-piper:before {
  content: "\f1a7"; }

.icon-pied-piper-alt:before {
  content: "\f1a8"; }

.icon-drupal:before {
  content: "\f1a9"; }

.icon-joomla:before {
  content: "\f1aa"; }

.icon-language:before {
  content: "\f1ab"; }

.icon-fax:before {
  content: "\f1ac"; }

.icon-building:before {
  content: "\f1ad"; }

.icon-child:before {
  content: "\f1ae"; }

.icon-paw:before {
  content: "\f1b0"; }

.icon-spoon:before {
  content: "\f1b1"; }

.icon-cube:before {
  content: "\f1b2"; }

.icon-cubes:before {
  content: "\f1b3"; }

.icon-behance:before {
  content: "\f1b4"; }

.icon-behance-square:before {
  content: "\f1b5"; }

.icon-steam:before {
  content: "\f1b6"; }

.icon-steam-square:before {
  content: "\f1b7"; }

.icon-recycle:before {
  content: "\f1b8"; }

.icon-automobile:before {
  content: "\f1b9"; }

.icon-car:before {
  content: "\f1b9"; }

.icon-cab:before {
  content: "\f1ba"; }

.icon-taxi:before {
  content: "\f1ba"; }

.icon-tree:before {
  content: "\f1bb"; }

.icon-spotify:before {
  content: "\f1bc"; }

.icon-deviantart:before {
  content: "\f1bd"; }

.icon-soundcloud:before {
  content: "\f1be"; }

.icon-database:before {
  content: "\f1c0"; }

.icon-file-pdf-o:before {
  content: "\f1c1"; }

.icon-file-word-o:before {
  content: "\f1c2"; }

.icon-file-excel-o:before {
  content: "\f1c3"; }

.icon-file-powerpoint-o:before {
  content: "\f1c4"; }

.icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-photo-o:before {
  content: "\f1c5"; }

.icon-file-picture-o:before {
  content: "\f1c5"; }

.icon-file-archive-o:before {
  content: "\f1c6"; }

.icon-file-zip-o:before {
  content: "\f1c6"; }

.icon-file-audio-o:before {
  content: "\f1c7"; }

.icon-file-sound-o:before {
  content: "\f1c7"; }

.icon-file-movie-o:before {
  content: "\f1c8"; }

.icon-file-video-o:before {
  content: "\f1c8"; }

.icon-file-code-o:before {
  content: "\f1c9"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-codepen:before {
  content: "\f1cb"; }

.icon-jsfiddle:before {
  content: "\f1cc"; }

.icon-life-bouy:before {
  content: "\f1cd"; }

.icon-life-buoy:before {
  content: "\f1cd"; }

.icon-life-ring:before {
  content: "\f1cd"; }

.icon-life-saver:before {
  content: "\f1cd"; }

.icon-support:before {
  content: "\f1cd"; }

.icon-circle-o-notch:before {
  content: "\f1ce"; }

.icon-ra:before {
  content: "\f1d0"; }

.icon-rebel:before {
  content: "\f1d0"; }

.icon-empire:before {
  content: "\f1d1"; }

.icon-ge:before {
  content: "\f1d1"; }

.icon-git-square:before {
  content: "\f1d2"; }

.icon-git:before {
  content: "\f1d3"; }

.icon-hacker-news:before {
  content: "\f1d4"; }

.icon-tencent-weibo:before {
  content: "\f1d5"; }

.icon-qq:before {
  content: "\f1d6"; }

.icon-wechat:before {
  content: "\f1d7"; }

.icon-weixin:before {
  content: "\f1d7"; }

.icon-paper-plane:before {
  content: "\f1d8"; }

.icon-send:before {
  content: "\f1d8"; }

.icon-paper-plane-o:before {
  content: "\f1d9"; }

.icon-send-o:before {
  content: "\f1d9"; }

.icon-history:before {
  content: "\f1da"; }

.icon-circle-thin:before {
  content: "\f1db"; }

.icon-genderless:before {
  content: "\f1db"; }

.icon-header:before {
  content: "\f1dc"; }

.icon-paragraph:before {
  content: "\f1dd"; }

.icon-sliders:before {
  content: "\f1de"; }

.icon-share-alt:before {
  content: "\f1e0"; }

.icon-share-alt-square:before {
  content: "\f1e1"; }

.icon-bomb:before {
  content: "\f1e2"; }

.icon-futbol-o:before {
  content: "\f1e3"; }

.icon-soccer-ball-o:before {
  content: "\f1e3"; }

.icon-tty:before {
  content: "\f1e4"; }

.icon-binoculars:before {
  content: "\f1e5"; }

.icon-plug:before {
  content: "\f1e6"; }

.icon-slideshare:before {
  content: "\f1e7"; }

.icon-twitch:before {
  content: "\f1e8"; }

.icon-yelp:before {
  content: "\f1e9"; }

.icon-newspaper-o:before {
  content: "\f1ea"; }

.icon-wifi:before {
  content: "\f1eb"; }

.icon-calculator:before {
  content: "\f1ec"; }

.icon-paypal:before {
  content: "\f1ed"; }

.icon-google-wallet:before {
  content: "\f1ee"; }

.icon-cc-visa:before {
  content: "\f1f0"; }

.icon-cc-mastercard:before {
  content: "\f1f1"; }

.icon-cc-discover:before {
  content: "\f1f2"; }

.icon-cc-amex:before {
  content: "\f1f3"; }

.icon-cc-paypal:before {
  content: "\f1f4"; }

.icon-cc-stripe:before {
  content: "\f1f5"; }

.icon-bell-slash:before {
  content: "\f1f6"; }

.icon-bell-slash-o:before {
  content: "\f1f7"; }

.icon-trash:before {
  content: "\f1f8"; }

.icon-copyright:before {
  content: "\f1f9"; }

.icon-at:before {
  content: "\f1fa"; }

.icon-eyedropper:before {
  content: "\f1fb"; }

.icon-paint-brush:before {
  content: "\f1fc"; }

.icon-birthday-cake:before {
  content: "\f1fd"; }

.icon-area-chart:before {
  content: "\f1fe"; }

.icon-pie-chart:before {
  content: "\f200"; }

.icon-line-chart:before {
  content: "\f201"; }

.icon-lastfm:before {
  content: "\f202"; }

.icon-lastfm-square:before {
  content: "\f203"; }

.icon-toggle-off:before {
  content: "\f204"; }

.icon-toggle-on:before {
  content: "\f205"; }

.icon-bicycle:before {
  content: "\f206"; }

.icon-bus:before {
  content: "\f207"; }

.icon-ioxhost:before {
  content: "\f208"; }

.icon-angellist:before {
  content: "\f209"; }

.icon-cc:before {
  content: "\f20a"; }

.icon-ils:before {
  content: "\f20b"; }

.icon-shekel:before {
  content: "\f20b"; }

.icon-sheqel:before {
  content: "\f20b"; }

.icon-meanpath:before {
  content: "\f20c"; }

.icon-buysellads:before {
  content: "\f20d"; }

.icon-connectdevelop:before {
  content: "\f20e"; }

.icon-dashcube:before {
  content: "\f210"; }

.icon-forumbee:before {
  content: "\f211"; }

.icon-leanpub:before {
  content: "\f212"; }

.icon-sellsy:before {
  content: "\f213"; }

.icon-shirtsinbulk:before {
  content: "\f214"; }

.icon-simplybuilt:before {
  content: "\f215"; }

.icon-skyatlas:before {
  content: "\f216"; }

.icon-cart-plus:before {
  content: "\f217"; }

.icon-cart-arrow-down:before {
  content: "\f218"; }

.icon-diamond:before {
  content: "\f219"; }

.icon-ship:before {
  content: "\f21a"; }

.icon-user-secret:before {
  content: "\f21b"; }

.icon-motorcycle:before {
  content: "\f21c"; }

.icon-street-view:before {
  content: "\f21d"; }

.icon-heartbeat:before {
  content: "\f21e"; }

.icon-venus:before {
  content: "\f221"; }

.icon-mars:before {
  content: "\f222"; }

.icon-mercury:before {
  content: "\f223"; }

.icon-transgender:before {
  content: "\f224"; }

.icon-transgender-alt:before {
  content: "\f225"; }

.icon-venus-double:before {
  content: "\f226"; }

.icon-mars-double:before {
  content: "\f227"; }

.icon-venus-mars:before {
  content: "\f228"; }

.icon-mars-stroke:before {
  content: "\f229"; }

.icon-mars-stroke-v:before {
  content: "\f22a"; }

.icon-mars-stroke-h:before {
  content: "\f22b"; }

.icon-neuter:before {
  content: "\f22c"; }

.icon-facebook-official:before {
  content: "\f230"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-server:before {
  content: "\f233"; }

.icon-user-plus:before {
  content: "\f234"; }

.icon-user-times:before {
  content: "\f235"; }

.icon-bed:before {
  content: "\f236"; }

.icon-hotel:before {
  content: "\f236"; }

.icon-viacoin:before {
  content: "\f237"; }

.icon-train:before {
  content: "\f238"; }

.icon-subway:before {
  content: "\f239"; }

.icon-medium:before {
  content: "\f23a"; }

@font-face {
  font-family: 'weather-Regular';
  src: url("/Institutions/University of Tampa/styles/fonts/weather-Regular_gdi.eot");
  src: url("/Institutions/University of Tampa/styles/fonts/weather-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("/Institutions/University of Tampa/styles/fonts/weather-Regular_gdi.woff") format("woff"), url("/Institutions/University of Tampa/styles/fonts/weather-Regular_gdi.ttf") format("truetype"), url("/Institutions/University of Tampa/styles/fonts/weather-Regular_gdi.svg#weather-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-203A; }
[class^="wi-"], [class*=" wi-"] {
  font-family: 'weather-Regular';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wi-0:before {
  content: ":"; }

.wi-1:before {
  content: "p"; }

.wi-2:before {
  content: "S"; }

.wi-3:before {
  content: "Q"; }

.wi-4:before {
  content: "S"; }

.wi-5:before {
  content: "W"; }

.wi-6:before {
  content: "W"; }

.wi-7:before {
  content: "W"; }

.wi-8:before {
  content: "W"; }

.wi-9:before {
  content: "I"; }

.wi-10:before {
  content: "W"; }

.wi-11:before {
  content: "I"; }

.wi-12:before {
  content: "I"; }

.wi-13:before {
  content: "I"; }

.wi-14:before {
  content: "I"; }

.wi-15:before {
  content: "W"; }

.wi-16:before {
  content: "I"; }

.wi-17:before {
  content: "W"; }

.wi-18:before {
  content: "U"; }

.wi-19:before {
  content: "Z"; }

.wi-20:before {
  content: "Z"; }

.wi-21:before {
  content: "Z"; }

.wi-22:before {
  content: "Z"; }

.wi-23:before {
  content: "Z"; }

.wi-24:before {
  content: "E"; }

.wi-25:before {
  content: "E"; }

.wi-26:before {
  content: "3"; }

.wi-27:before {
  content: "a"; }

.wi-28:before {
  content: "A"; }

.wi-29:before {
  content: "a"; }

.wi-30:before {
  content: "A"; }

.wi-31:before {
  content: "6"; }

.wi-32:before {
  content: "1"; }

.wi-33:before {
  content: "6"; }

.wi-34:before {
  content: "1"; }

.wi-35:before {
  content: "W"; }

.wi-36:before {
  content: "1"; }

.wi-37:before {
  content: "S"; }

.wi-38:before {
  content: "S"; }

.wi-39:before {
  content: "S"; }

.wi-40:before {
  content: "M"; }

.wi-41:before {
  content: "W"; }

.wi-42:before {
  content: "I"; }

.wi-43:before {
  content: "W"; }

.wi-44:before {
  content: "a"; }

.wi-45:before {
  content: "S"; }

.wi-46:before {
  content: "U"; }

.wi-47:before {
  content: "S"; }

html, body {
  width: 100%;
  height: 100%; }

body {
  background: #282828;
  font: normal 16px/1.5 "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#container {
  background: white;
/*   overflow: hidden; */
  width: 100%; }

.stack {
  display: block; }
  .stack:after {
    content: "";
    display: table;
    clear: both; }

.inner {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }

header, footer {
  display: block;
   overflow: hidden;  }
  header:after, footer:after {
    content: "";
    display: table;
    clear: both; }

section {
  display: block; }
  section:after {
    content: "";
    display: table;
    clear: both; }

header.main {
  position: relative;
  z-index: 10;
  background: white;
  overflow: visible; }
  header.main .logo {
    float: left;
    padding: 1.125em 0 0 0; }
    header.main .logo img {
      display: block;
      width: 174px;
      height: auto; }
    header.main .logo span {
      display: none; }
header.page-masthead {
  background-color: #d0112b;
  background-image: -webkit-linear-gradient(top, #d0112b 40%, #890b1c 95%);
  background-image: linear-gradient(to bottom,#d0112b 40%, #890b1c 95%); }
  header.page-masthead .inner {
    padding: 1.5em 0; }
  header.page-masthead h2:first-of-type {
    margin: 0;
    padding: 0; }
  header.page-masthead h2 {
    font: 800 32px/1.3 "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white; }
  header.page-masthead h3 {
    font: italic 800 28px/1.3 "Sentinel A", "Sentinel B", "Georgia", Cambria, Times New Roman, Times, serif;
    color: #fbc804;
    margin: 0;
    padding: 0; }
@media screen and (max-width: 1140px) {
  header.page-masthead .inner {
    padding-right: 1.5em;
    padding-left: 1.5em; } }
@media screen and (max-width: 1024px) {
  header.page-masthead h2 {
    font-size: 1.5em; }
  header.page-masthead h3 {
    font-size: 1.25em; } }
@media screen and (max-width: 769px) {
  header.main .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
    padding: 1.25em 0;
    margin: 0; }
    header.main .logo:last-child {
      margin-right: 0; }
    header.main .logo img {
      width: 55%;
      max-width: 55%;
      margin: 0 auto; } }

.accordion h3, .accordion p {
  margin: 0;
  padding: 0; }
.accordion .accordion--item {
  display: block;
  overflow: hidden;
  margin: 0 0 15px 0; }
  .accordion .accordion--item:last-child {
    margin-bottom: 0; }
  .accordion .accordion--item.is-active .accordion--content {
    padding: 15px;
    height: auto; }
  .accordion .accordion--item.is-active .accordion--title:before {
    content: "\f068"; }
.accordion .accordion--title,
.accordion .accordion--content {
  display: block;
  overflow: hidden; }
.accordion .accordion--content {
  background: #e6e0cc;
  height: 0;
  padding: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
.accordion .accordion--title {
  position: relative;
  background: #d0112b;
  padding: 15px;
  padding-left: 8%;
  border-bottom: 6px solid #890b1c; }
  .accordion .accordion--title:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #b80f26;
    font-family: 'icomoon';
    font-size: 2.5em;
    line-height: 2.2;
    content: "\f067";
    color: rgba(255, 255, 255, 0.35);
    padding: 0 0.3125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important; }
  .accordion .accordion--title, .accordion .accordion--title a {
    color: white; }
  .accordion .accordion--title a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .accordion .accordion--title a:hover, .accordion .accordion--title a:focus {
      color: #fbc804; }
  .accordion .accordion--title h3 {
    font-weight: 700; }
  .accordion .accordion--title a {
    display: block;
    text-decoration: none;
    cursor: pointer; }
@media screen and (max-width: 769px) {
  .accordion .accordion--title {
    padding-left: 15%; }
    .accordion .accordion--title:before {
      font-size: 1.8em; }
    .accordion .accordion--title h3 {
      font-weight: normal; }
    .accordion .accordion--title p {
      display: none; } }

.action-boxes {
  margin: 1.5625em 0;
  color: white;
  display: block; }
  .action-boxes:after {
    content: "";
    display: table;
    clear: both; }
  .action-boxes iframe {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0; }
  .action-boxes .button {
    display: block;
    font-size: inherit; }
  .action-boxes .photo-bg {
    padding: 0; }
  .action-boxes.top-push {
    margin-top: 37.5em; }
  .action-boxes .action-boxes--box.bg-white, .action-boxes .action-boxes--box.bg-white .action-boxes--title, .action-boxes .action-boxes--box.bg-gold, .action-boxes .action-boxes--box.bg-gold .action-boxes--title {
    color: #4A4A4A; }
  .action-boxes .action-boxes--title {
    background-color: black;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0.3125em; }
    .action-boxes .action-boxes--title a {
      color: #fbc804;
      text-decoration: none;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
      .action-boxes .action-boxes--title a:hover, .action-boxes .action-boxes--title a:focus {
        text-decoration: underline;
        color: white; }
  .action-boxes .action-boxes--summary {
    padding: 2.5em;
    padding-top: 1.875em;
    font: italic 20px/1.3 "Sentinel A", "Sentinel B", "Georgia", Cambria, Times New Roman, Times, serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important; }
    .action-boxes .action-boxes--summary p:first-child {
      margin-top: 0;
      padding-top: 0; }
    .action-boxes .action-boxes--summary p:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .action-boxes .action-boxes--summary.half-pad, .action-boxes .action-boxes--summary.small {
      padding: 1.25em; }
    .action-boxes .action-boxes--summary.sans-serif, .action-boxes .action-boxes--summary.small {
      font-style: normal;
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .action-boxes .action-boxes--summary.small {
      font-size: 0.875em; }
      .action-boxes .action-boxes--summary.small p:first-child {
        margin-top: 0;
        padding-top: 0; }
      .action-boxes .action-boxes--summary.small p:last-child {
        margin-bottom: 0;
        padding-bottom: 0; }
    .action-boxes .action-boxes--summary .trumba-embed {
      background: white;
      padding: 1.25em;
      font: normal 16px/1.3 "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .action-boxes .action-boxes--content img {
    display: block; }
  .action-boxes .action-boxes--banner {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }
  .action-boxes .date-list p {
    padding: 0;
    margin: 0; }
  .action-boxes .date-list dd {
    margin-bottom: 1.25em;
    padding-right: 1.25em; }
    .action-boxes .date-list dd:last-child {
      margin-bottom: 0; }
  .action-boxes .date-list dt span {
    display: block; }
  .action-boxes .date-list .button {
    margin-top: 0.625em; }
  .action-boxes .bold-nav a {
    color: white; }
  @media screen and (max-width: 769px) {
    .action-boxes.top-push {
      margin: 0; }
    .action-boxes .action-boxes--summary {
      padding: 1.25em;
      font-size: 1.125em; }
    .action-boxes .action-boxes--box {
      width: 100%;
      margin-bottom: 20px;
      margin-top: 0; }
      .action-boxes .action-boxes--box:last-child {
        margin: 0; } }

.admissions-cta-box {
  padding: 25px;
  margin: 0 40% 20em 0;
  background: #3b3b3b;
  background: rgba(59, 59, 59, 0.7); }
  .admissions-cta-box h2 {
    color: #fbc804;
    margin: 0 0 .25em 0;
    font: italic bold 4em/1.2em "Sentinel A", "Sentinel B", "Georgia", Cambria, Times New Roman, Times, serif; }
  .admissions-cta-box p {
    color: white;
    font: 1.25em/1.5em "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .admissions-cta-box {
      margin-right: 30%; } }
  @media screen and (max-width: 840px) {
    .admissions-cta-box {
      margin-right: 20%;
      margin-bottom: 10em; } }
  @media screen and (max-width: 750px) {
    .admissions-cta-box {
      margin-right: 0;
      margin-bottom: 5em; } }
  @media screen and (max-width: 640px) {
    .admissions-cta-box h2 {
      font-size: 3em; }
    .admissions-cta-box p {
      font-size: 1em; } }
  @media screen and (max-width: 468px) {
    .admissions-cta-box h2 {
      font-size: 2em; } }

.tabbed-box--admissions iframe {
  width: 100%; }
.tabbed-box--admissions h2 {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  display: block;
  position: relative;
  font: bold italic 2em/1em "Sentinel A", "Sentinel B", "Georgia", Cambria, Times New Roman, Times, serif;
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 1.5em; }
  .tabbed-box--admissions h2:after {
    font-family: 'icomoon';
    font-style: normal;
    content: '\f078';
    position: absolute;
    right: 0;
    top: 0; }
  .tabbed-box--admissions h2:hover, .tabbed-box--admissions h2:focus {
    cursor: pointer;
    color: #d0112b; }
@media screen and (max-width: 660px) {
  .tabbed-box--admissions .admissions-tab-video, .tabbed-box--admissions .admissions-tab-dates, .tabbed-box--admissions .admissions-tab-links {
    display: none; }
  .tabbed-box--admissions .toggled h2 {
    margin-bottom: .5em; }
    .tabbed-box--admissions .toggled h2:after {
      content: '\f077'; }
  .tabbed-box--admissions .toggled .admissions-tab-video, .tabbed-box--admissions .toggled .admissions-tab-dates, .tabbed-box--admissions .toggled .admissions-tab-links {
    display: block; } }

h3.admissions-tab-info-title {
  margin-top: 1em;
  font-family: "Sentinel A", "Sentinel B", "Georgia", Cambria, Times New Roman, Times, serif;
  text-transform: uppercase; }

.admissions-tab-dates .tab-section-content {
  background: white; }
.admissions-tab-dates .date-list {
  padding: 10px; }

.padded-box {
  padding: 10px; }
  .padded-box .button {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center; }

.full-width-link {
  display: block;
  padding: .5em;
  text-align: center;
  font-size: .9em; }
  .full-width-link:after {
    content: ' \f054';
    font-family: 'icomoon';
    font-size: 0.8em; }
  .full-width-link:link, .full-width-link:visited {
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    text-decoration: none;
    background: #828282;
    color: white; }
    .full-width-link:link:hover, .full-width-link:link:focus, .full-width-link:visited:hover, .full-width-link:visited:focus {
      background: #d0112b;
      color: white; }

@media screen and (min-width: 768px) {
  .admissions-tab-video, .admissions-tab-dates, .admissions-tab-links {
    float: left; }

  h3.admissions-tab-info-title {
    margin-top: 0; }

  .admissions-tab-video {
    width: 43%;
    margin-right: 3%; }

  .admissions-tab-data {
    float: left;
    width: 54%; }

  .admissions-tab-dates {
    width: 50%;
    margin-right: 5.555550%; }

  .admissions-tab-links {
    width: 44.44444%; } }
@media screen and (max-width: 970px) {
  .admissions-tab-data .admissions-tab-dates, .admissions-tab-data .admissions-tab-links {
    width: 100%; }
  .admissions-tab-data .admissions-tab-links h3.admissions-tab-info-title {
    margin-top: 1em; } }
.alert-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1; }

.alert.caution {
  background-color: #fbc804;
  background-image: -webkit-linear-gradient(top, #fbc804 40%, #b08c03 95%);
  background-image: linear-gradient(to bottom,#fbc804 40%, #b08c03 95%);
  color: black; }
  .alert.caution header h3 {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, transparent 0%, #e2b404 25%, #e2b404 25%);
    background-image: linear-gradient(to right,transparent 0%, #e2b404 25%, #e2b404 25%); }
    @media screen and (max-width: 1024px) {
      .alert.caution header h3 {
        background: #e2b404; } }
  .alert.caution .close {
    color: black; }

.alert.danger {
  background-color: #d0112b;
  background-image: -webkit-linear-gradient(top, #d0112b 40%, #890b1c 95%);
  background-image: linear-gradient(to bottom,#d0112b 40%, #890b1c 95%);
  color: white; }
  .alert.danger header h3 {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, transparent 0%, #b80f26 25%, #b80f26 25%);
    background-image: linear-gradient(to right,transparent 0%, #b80f26 25%, #b80f26 25%); }
    @media screen and (max-width: 1024px) {
      .alert.danger header h3 {
        background: #b80f26; } }
  .alert.danger .close {
    color: white; }

.alert.okay {
  background-color: #8dc63f;
  background-image: -webkit-linear-gradient(top, #8dc63f 40%, #648e2a 95%);
  background-image: linear-gradient(to bottom,#8dc63f 40%, #648e2a 95%);
  color: black; }
  .alert.okay header h3 {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, transparent 0%, #80b636 25%, #80b636 25%);
    background-image: linear-gradient(to right,transparent 0%, #80b636 25%, #80b636 25%); }
    @media screen and (max-width: 1024px) {
      .alert.okay header h3 {
        background: #80b636; } }
  .alert.okay .close {
    color: black; }

.alert {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: block;
  overflow: hidden;
  color: white;
  padding: 1.5em;
  margin: 0;
  background: #828282;
  height: auto; }
  .alert header {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    text-align: right; }
    .alert header:last-child {
      margin-right: 0; }
    .alert header h3 {
      display: block;
      font-size: 1.5em;
      font-weight: 800;
      line-height: 1.2;
      margin: 0 0 0.625em 0;
      padding: 0.5em; }
  .alert .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .alert .content:last-child {
      margin-right: 0; }
  .alert.hidden {
    display: none;
    padding: 0;
    height: 0; }
  .alert p:first-of-type {
    margin-top: 0;
    padding-top: 0; }
  .alert p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0; }
  .alert .close {
    position: absolute;
    top: 0.625em;
    right: 0.625em;
    text-decoration: none;
    color: white;
    line-height: 1;
    cursor: pointer;
    font-size: 1.75em; }
  @media screen and (max-width: 1024px) {
    .alert header {
      text-align: left; }
      .alert header h3 {
        margin-right: 1.5em; }
    .alert header, .alert .content {
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .alert {
      font-size: 0.875em; } }

.alpha-list > li {
  overflow: hidden;
  padding: 1.25em;
  border-bottom: 1px solid #828282; }
  .alpha-list > li:last-child {
    border-bottom: 0; }
  .alpha-list > li:nth-child(odd) {
    background: #f0f0f0; }
.alpha-list p {
  margin: 0;
  padding: 0; }
.alpha-list header {
  display: block;
  overflow: hidden;
  margin-bottom: 0.9375em; }
  .alpha-list header h3, .alpha-list header h4 {
    padding: 0;
    margin: 0; }
    .alpha-list header h3 a, .alpha-list header h4 a {
      display: block;
      text-decoration: none; }
      .alpha-list header h3 a:hover, .alpha-list header h3 a:focus, .alpha-list header h4 a:hover, .alpha-list header h4 a:focus {
        text-decoration: underline; }
  .alpha-list header h3 {
    font-weight: 700;
    color: #d0112b; }
  .alpha-list header h4 {
    font-style: italic;
    font-weight: normal;
    color: #828282; }
.alpha-list .alpha-list--info {
  margin: 0;
  padding: 0;
  list-style: none; }
  .alpha-list .alpha-list--info .alpha-list--label {
    font-weight: 700; }
    .alpha-list .alpha-list--info .alpha-list--label:before {
      display: inline-block;
      font-family: 'icomoon';
      font-weight: normal;
      margin-right: 1.25em;
      color: #d0112b;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased !important;
      -moz-font-smoothing: antialiased !important;
      font-smoothing: antialiased !important; }
    .alpha-list .alpha-list--info .alpha-list--label.telephone:before {
      content: "\f095"; }
    .alpha-list .alpha-list--info .alpha-list--label.mailbox:before {
      content: "\f0e0"; }
    .alpha-list .alpha-list--info .alpha-list--label.building:before {
      content: "\f1ad"; }
    .alpha-list .alpha-list--info .alpha-list--label.email:before {
      content: "\f003"; }
@media screen and (max-width: 769px) {
  .alpha-list .alpha-list--info .alpha-list--label {
    display: block;
    font-weight: normal; }
    .alpha-list .alpha-list--info .alpha-list--label:before {
      margin-right: 0.625em; } }

.article-list {
  display: block; }
  .article-list:after {
    content: "";
    display: table;
    clear: both; }
  .article-list article {
    display: block;
    overflow: hidden;
    padding-top: 0.9375em;
    padding-bottom: 0.9375em;
    border-bottom: 1px solid #b3b2b2; }
    .article-list article:first-of-type {
      padding-top: 0; }
    .article-list article:last-of-type {
      padding-bottom: 0;
      border-bottom: none; }
    .trumba-embed .article-list article {
      padding-bottom: 0.9375em; }
  .article-list a {
    text-decoration: none; }
    .article-list a:hover, .article-list a:focus {
      text-decoration: underline; }
  .article-list header h4 {
    color: black;
    font-weight: 700;
    line-height: 1.3; }
  .article-list header h1, .article-list header h2, .article-list header h3, .article-list header h4, .article-list header h5, .article-list header h6 {
    margin: 0;
    padding: 0; }
  .article-list .article-list--thumb img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }
  .article-list .article-list--info h1, .article-list .article-list--info h2, .article-list .article-list--info h3, .article-list .article-list--info h4, .article-list .article-list--info h5, .article-list .article-list--info h6 {
    font-weight: 700;
    margin: 0;
    padding: 0; }
  .article-list .article-list--articles {
    padding: 0.9375em; }
  .article-list .article-list--header {
    padding: 0.9375em; }
    .article-list .article-list--header.bg-red {
      color: white; }
    .article-list .article-list--header h3 {
      margin: 0;
      padding: 0; }
  .article-list .date {
    font-size: 0.8125em;
    font-weight: 700;
    text-transform: uppercase;
    color: #828282;
    padding: 0;
    margin: 0.3125em 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important; }
  .article-list.detailed article {
    padding: 1.875em 0; }
  .article-list.detailed .article-list--summary {
    overflow: hidden;
    display: block; }
  .article-list.no-excerpt article {
    padding: 0.9375em 0; }

.block-nav {
  background: rgba(33, 33, 33, 0.75);
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important; }
  .block-nav > li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch; }
  html.no-flexbox .block-nav {
    display: table !important; }
    html.no-flexbox .block-nav > li {
      display: table-cell !important; }
  .block-nav li {
    position: relative; }
  .block-nav a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 0.9375em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .block-nav a:hover, .block-nav a:focus {
      background: #fbc804;
      color: #212121; }
  @media screen and (max-width: 769px) {
    .block-nav {
      text-align: left;
      text-transform: none; }
      .block-nav, .block-nav > li {
        display: block !important; }
      .block-nav > li {
        clear: both;
        width: inherit;
        -webkit-box-flex: none;
        -moz-box-flex: none;
        box-flex: none;
        -webkit-flex: none !important;
        -moz-flex: none !important;
        -ms-flex: none !important;
        flex: none !important; }
        .block-nav > li:last-child a {
          border: none; }
      .block-nav a {
        padding: 0.5em;
        border-bottom: 1px solid black; } }

.bold-nav {
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important; }
  .bold-nav a {
    display: block;
    font-weight: 800;
    text-decoration: none;
    padding: 0.3125em;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    .bold-nav a:focus {
      text-decoration: underline; }
  .bold-nav.white a {
    color: white; }
    .bold-nav.white a:hover, .bold-nav.white a:focus {
      color: #d0112b; }
  .bold-nav.gold a:hover, .bold-nav.gold a:focus {
    color: #fbc804; }
  .bold-nav.tan a:hover, .bold-nav.tan a:focus {
    color: #e6e0cc; }
  @media screen and (max-width: 769px) {
    .bold-nav {
      font-size: 75%;
      text-align: left;
      text-transform: none; }
      .bold-nav a {
        text-decoration: underline; } }

.breadcrumbs {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  margin: 1.5em 0; }
  .breadcrumbs li {
    display: inline; }
  .breadcrumbs a {
    display: inline-block; }
  .breadcrumbs li {
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right: 1px solid white; }
    .breadcrumbs li:last-child {
      border: none; }
    .breadcrumbs li.current {
      font-weight: 700;
      color: #fbc804; }
  .breadcrumbs.bg-red a {
    color: white; }
    .breadcrumbs.bg-red a:hover, .breadcrumbs.bg-red a:focus {
      color: #fbc804; }
  .breadcrumbs a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  header.page-masthead .breadcrumbs:first-child {
    padding-top: 0;
    margin-top: 0; }
  header.page-masthead .breadcrumbs a {
    color: white; }
    header.page-masthead .breadcrumbs a:hover, header.page-masthead .breadcrumbs a:focus {
      color: #fbc804; }

.column-nav {
  font-size: 0.875em;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  .column-nav:after {
    content: "";
    display: table;
    clear: both; }
  .column-nav li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .column-nav li:last-child {
      margin-right: 0; }
    .column-nav li:nth-child(2n) {
      margin-right: 0; }
    .column-nav li:nth-child(2n+1) {
      clear: left; }
  .column-nav a {
    display: block;
    text-decoration: none;
    color: #4A4A4A;
    padding: 0.3125em;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    .column-nav a:hover, .column-nav a:focus {
      color: #d0112b;
      text-decoration: underline; }
  @media screen and (max-width: 850px) {
    .column-nav li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .column-nav li:last-child {
        margin-right: 0; }
      .column-nav li:nth-child(2n) {
        margin-right: 2.35765%; }
      .column-nav li:nth-child(1n) {
        margin-right: 0; } }

.cta-masthead {
  padding: 2.5em 0;
  color: white;
  position: relative;
  overflow: visible;
  z-index: 0; }
  .cta-masthead:before, .cta-masthead:after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    content: " ";
    background-color: inherit;
    width: 9999em; }
  .cta-masthead:before {
    left: -9999em; }
  .cta-masthead:after {
    right: -9999em; }
  .cta-masthead .cta-masthead--content-wrap {
    max-width: 75%; }
  .cta-masthead .cta-masthead--title {
    font-weight: 800;
    font-size: 3.125em;
    line-height: 1.2;
    margin: 0;
    padding: 0; }
  .cta-masthead .cta-masthead--content {
    font: 400 italic 22px/1.2 "Sentinel A", "Sentinel B", "Georgia", Cambria, Times New Roman, Times, serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important; }
  .cta-masthead .cta-masthead--button {
    display: block;
    font-size: inherit;
    padding: 0.9375em 1.875em;
    margin-bottom: -62px; }
  @media screen and (max-width: 1024px) {
    .cta-masthead .cta-masthead--title {
      font-size: 2.5em; }
    .cta-masthead .cta-masthead--button {
      text-transform: none;
      letter-spacing: 0; } }
  @media screen and (max-width: 769px) {
    .cta-masthead .cta-masthead--content-wrap {
      max-width: none; }
    .cta-masthead .cta-masthead--title {
      font-size: 2em; }
    .cta-masthead .cta-masthead--button {
      margin-bottom: 0; } }
  @media screen and (max-width: 640px) {
    .cta-masthead .cta-masthead--button {
      font-size: 0.75em; } }

.date-list {
  display: block;
  margin-bottom: 0;
  display: block; }
  .date-list:after {
    content: "";
    display: table;
    clear: both; }

.date-list dt {
  float: left;
  clear: left;
  width: 23%;
  margin-right: 4%;
  text-align: center;
  font-weight: bold;
  margin-bottom: .25em; }

.date-list dd {
  float: left;
  width: 73%;
  text-align: left;
  margin-bottom: .25em; }

.date-list-month, .date-list-day {
  display: block; }
  @media screen and (max-width: 768px) {
    .date-list-month, .date-list-day {
      display: inline; } }

.fit-grid-data {
  display: none; }

.nojs .fit-grid-data {
  display: inline-block; }

.fit-grid-container {
  position: relative;
  overflow: hidden; }
  .fit-grid-container .fit-grid-item {
    display: inline-block;
    margin: 5px;
    margin-top: 0; }
    .fit-grid-container .fit-grid-item img {
      display: block;
      width: 100%;
      height: 100%;
      padding: 5px;
      padding-top: 0; }

.site-footer {
  background: #282828;
  color: #a4a1a3; }
  .site-footer a:link {
    color: white;
    text-decoration: none; }
  .site-footer a:visited {
    color: #f0f0f0; }
  .site-footer a:hover, .site-footer:focus {
    color: white;
    text-decoration: underline; }
  .site-footer a:active {
    color: white;
    text-decoration: underline; }
  .site-footer .inner {
    position: relative;
    padding: 60px 60px 0 60px; }
    .site-footer .inner:after {
      position: absolute;
      content: '';
      display: block;
      bottom: 100px;
      left: -10px;
      width: 78px;
      height: 206px;
      background: transparent url("/Institutions/University of Tampa/images/spire.png") no-repeat top left;
      background-size: 78px 206px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
        .site-footer .inner:after {
          background-image: url("/Institutions/University of Tampa/images/spire@2x.png"); } }

.footer-address {
  margin: 0 auto 1.5em;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .footer-address address {
    font-style: normal; }
  .footer-address .phone {
    margin-top: 0; }

.footer-logo {
  display: block;
  margin: 0 auto 1.5em;
  width: 198px;
  height: 72px;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent url("/Institutions/University of Tampa/images/logo-footer.png") no-repeat center;
  background-size: 198px 72px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .footer-logo {
      background-image: url("/Institutions/University of Tampa/images/logo-footer@2x.png"); } }

.footer-nav {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.75em;
  margin-bottom: 3em; }

.footer-social {
  background: #a4a1a3;
  padding: 30px 0;
  line-height: 40px;
  height: 100px;
  text-align: center;
  margin-right: -1000px;
  padding-right: 940px;
  margin-left: -1000px;
  padding-left: 940px;
  overflow: hidden;
  margin-bottom: 0; }
  .footer-social li {
    display: inline-block;
    margin: 0 5px; }

.footer-social-link a {
  font-size: 36px;
  display: inline-block; }
  .footer-social-link a:link, .footer-social-link a:visited {
    color: #282828;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .footer-social-link a:link:hover, .footer-social-link a:link:active, .footer-social-link a:link:focus, .footer-social-link a:visited:hover, .footer-social-link a:visited:active, .footer-social-link a:visited:focus {
      color: white;
      text-decoration: none; }

@media screen and (min-width: 640px) {
  .footer-social {
    background: transparent; }

  .footer-social-link a:link, .footer-social-link a:visited {
    color: #a4a1a3; }
    .footer-social-link a:link:hover, .footer-social-link a:link:active, .footer-social-link a:visited:hover, .footer-social-link a:visited:active {
      color: white; }

  .site-footer .inner {
    padding-bottom: 30px; }
    .site-footer .inner:after {
      content: "";
      display: table;
      clear: both; }

  .site-footer .inner:after {
    bottom: 0; }

  .footer-logo, .footer-address, .footer-nav, .footer-social {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .footer-logo:last-child, .footer-address:last-child, .footer-nav:last-child, .footer-social:last-child {
      margin-right: 0; }
    .footer-logo:nth-child(2n), .footer-address:nth-child(2n), .footer-nav:nth-child(2n), .footer-social:nth-child(2n) {
      margin-right: 0; }
    .footer-logo:nth-child(2n+1), .footer-address:nth-child(2n+1), .footer-nav:nth-child(2n+1), .footer-social:nth-child(2n+1) {
      clear: left; }

  .footer-social {
    margin: 0;
    padding: 0; }
    .footer-social li {
      margin: 0 2px; }

  .footer-nav {
    margin-top: 0;
    margin-bottom: 0; }

  .lolwut {
    clear: both; } }
@media screen and (min-width: 1024px) {
  .footer-logo:nth-child(2n), .footer-address:nth-child(2n), .footer-nav:nth-child(2n), .footer-social:nth-child(2n) {
    margin-right: inherit; }
  .footer-logo:nth-child(2n+1), .footer-address:nth-child(2n+1), .footer-nav:nth-child(2n+1), .footer-social:nth-child(2n+1) {
    clear: none; }

  .site-footer .inner {
    padding: 60px 0 10px; }
    .site-footer .inner:after {
      left: 10px; }

  .footer-logo {
    margin: 0 0 0 120px;
    width: 19.33594%; }

  .footer-address {
    width: 22.5%;
    text-align: left;
    margin-left: 1.7%; }

  .footer-nav {
    float: left;
    width: inherit;
  /*   margin-left: 2.5%; */
    margin-top: -.5em; }

  .footer-social {
    float: right;
    width: 28%; }
    .footer-social li {
      margin: 0 5px; } }
.pad-bottom-0.pad-bottom-0.pad-bottom-0 {
  padding-bottom: 0em; }

.pad-bottom-1.pad-bottom-1.pad-bottom-1 {
  padding-bottom: 1em; }

.pad-bottom-2.pad-bottom-2.pad-bottom-2 {
  padding-bottom: 2em; }

.pad-bottom-3.pad-bottom-3.pad-bottom-3 {
  padding-bottom: 3em; }

.pad-bottom-4.pad-bottom-4.pad-bottom-4 {
  padding-bottom: 4em; }

.pad-bottom-5.pad-bottom-5.pad-bottom-5 {
  padding-bottom: 5em; }

.pad-bottom-6.pad-bottom-6.pad-bottom-6 {
  padding-bottom: 6em; }

@media screen and (min-width: 640px) {
  .mobile-only {
    display: none !important; } }

.nav-toggle {
  color: white;
  text-decoration: none !important;
  font-size: 2em;
  margin-top: -.2em; }
  .nav-toggle:hover, .nav-toggle:active, .nav-toggle:focus {
    color: #fbc804; }

.togglable-nav {
  display: none; }
  .togglable-nav.toggled {
    display: block; }

/*@media screen and (max-width: 640px) {
  .hide-at-mobile-hack {
    display: none !important; } }*/

.has-dark-bg {
  color: white; }

.no-js .requires-js.requires-js.requires-js.requires-js {
  display: none; }

.sans-script-title {
  display: none; }

.no-js .sans-script-title {
  display: block;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.tab-box .sans-script-title {
  padding-left: 25px;
  margin-bottom: 0; }

.social-tab-container .sans-script-title {
  margin: 0; }

section.information {
  position: relative;
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/Institutions/University of Tampa/images/bg-info-alt-2.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    section.information {
      background-image: url("/core/design/img/bg-info-alt-2@2x.jpg"); } }
  section.information .inner {
    max-width: 58.75em;
    padding: 6.25em 0; }
  section.information .community {
    background: rgba(33, 33, 33, 0.75);
    padding: 1.875em; }
    section.information .community header h2, section.information .community header h3 {
      line-height: 1;
      margin: 0;
      padding: 0; }
    section.information .community header h2 {
      font-size: 3.75em;
      font-weight: 800;
      color: white;
      margin-bottom: 0.3125em; }
    section.information .community header h3 {
      font-family: "Sentinel A", "Sentinel B", "Georgia", Cambria, Times New Roman, Times, serif;
      font-size: 2em;
      font-weight: 800;
      font-style: italic;
      color: #fbc804;
      margin-bottom: 0.3125em; }
    section.information .community ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    section.information .community .button {
      display: block;
      font-size: 1.25em;
      margin: 0.625em 0; }
  @media screen and (max-width: 1140px) {
    section.information .inner {
      padding: 3.125em 0; }
    section.information .community header h2 {
      font-size: 3.125em; } }
  @media screen and (max-width: 1024px) {
    section.information .community header h2 {
      font-size: 2.5em; } }
  @media screen and (max-width: 640px) {
    section.information:after {
      height: 15px; }
    section.information .inner {
      padding: 1.25em; }
    section.information .call-to-action {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin: 0.625em 0; }
      section.information .call-to-action:last-child {
        margin-right: 0; }
      section.information .call-to-action:first-child {
        margin-top: 0; }
      section.information .call-to-action:last-child {
        margin-bottom: 1.25em; }
    section.information .community header h2 {
      font-size: 1.875em; }
    section.information .community header h3 {
      font-size: 1.25em; } }

.link-box {
  list-style: none;
  margin: 0;
  padding: 0.5em 20px; }
  .link-box.small {
    font-size: 0.8125em; }
    .link-box.small .link-box-item {
      font-weight: normal; }

.link-box-item {
  margin: 0;
  padding: 0;
  line-height: 2em;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold; }
  .link-box-item a:link, .link-box-item a:visited {
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s; }
    .link-box-item a:link:after, .link-box-item a:visited:after {
      content: '\00a0\f054';
      font-family: 'icomoon';
      font-size: 0.8em; }
  .link-box-item h4 {
    font-weight: 800;
    text-transform: uppercase;
    margin: -0.5em -20px 5px -20px;
    padding: 6px 20px; }
  .link-box-item .sub-menu {
    background-color: none;
    display: block;
    position: static;
    top: auto;
    left: auto;
    font-size: 0.8125em;
    line-height: 1.2; }
    .link-box-item .sub-menu li {
      padding: 0;
      margin: 0; }
    .link-box-item .sub-menu a {
      padding: 0.625em; }

.link-box--gray {
  background: #4A4A4A; }
  .link-box--gray .link-box-item a:link, .link-box--gray .link-box-item a:visited {
    color: #b3b2b2; }
    .link-box--gray .link-box-item a:link:hover, .link-box--gray .link-box-item a:link:active, .link-box--gray .link-box-item a:link:focus, .link-box--gray .link-box-item a:visited:hover, .link-box--gray .link-box-item a:visited:active, .link-box--gray .link-box-item a:visited:focus {
      color: white; }
  .link-box--gray .link-box-item.current {
    background-color: #242424;
    padding: 0.3125em; }
    .link-box--gray .link-box-item.current a:link, .link-box--gray .link-box-item.current a:visited {
      color: white; }
  .link-box--gray h4 {
    background: #242424;
    color: white; }
  .link-box--gray .sub-menu {
    background-color: #242424; }

.link-box--white {
  background: white; }
  .link-box--white .link-box-item a:link, .link-box--white .link-box-item a:visited {
    color: #282828; }
    .link-box--white .link-box-item a:link:hover, .link-box--white .link-box-item a:link:active, .link-box--white .link-box-item a:link:focus, .link-box--white .link-box-item a:visited:hover, .link-box--white .link-box-item a:visited:active, .link-box--white .link-box-item a:visited:focus {
      color: #d0112b; }
  .link-box--white .link-box-item.current {
    background-color: #d9d9d9;
    padding: 0.3125em; }
    .link-box--white .link-box-item.current a:link, .link-box--white .link-box-item.current a:visited {
      color: #d0112b; }
  .link-box--white h4 {
    background: #d9d9d9;
    color: #d0112b; }
  .link-box--white .sub-menu {
    background-color: #d9d9d9; }

.link-box--red {
  background: #d0112b; }
  .link-box--red .link-box-item a:link, .link-box--red .link-box-item a:visited {
    color: white; }
    .link-box--red .link-box-item a:link:hover, .link-box--red .link-box-item a:link:active, .link-box--red .link-box-item a:link:focus, .link-box--red .link-box-item a:visited:hover, .link-box--red .link-box-item a:visited:active, .link-box--red .link-box-item a:visited:focus {
      color: #fbc804; }
  .link-box--red .link-box-item.current {
    background-color: #890b1c;
    padding: 0.3125em; }
    .link-box--red .link-box-item.current a:link, .link-box--red .link-box-item.current a:visited {
      color: #fbc804; }
  .link-box--red h4 {
    background: #890b1c;
    color: white; }
  .link-box--red .sub-menu {
    background-color: #890b1c; }

.media-gallery {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden; }
  .media-gallery .fit-grid-item a {
    position: relative;
    display: block;
    overflow: hidden; }
    html.no-touch .media-gallery .fit-grid-item a:before {
      position: absolute;
      z-index: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      display: block;
      color: white;
      content: " ";
      background-image: url("/core/design/img/icons/icon-zoom.svg");
      background-position: 50% 120%;
      background-repeat: no-repeat;
      background-size: 25px 25px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    html.no-touch .media-gallery .fit-grid-item a:hover:before, html.no-touch .media-gallery .fit-grid-item a:focus:before {
      opacity: 1.0;
      background-color: rgba(208, 17, 43, 0.65);
      background-position: center;
      background-size: 75px 75px; }
  .media-gallery .fit-grid-item img {
    padding: 0; }

/*.collapse-content {
  display: none; }*/

.collapse-handle {
  position: relative;
  cursor: pointer; }
  .collapse-handle:after {
    font-family: 'icomoon';
    font-style: normal;
    content: '\f078';
    position: absolute;
    right: .5em;
    top: 50%;
    margin-top: -.5em;
    line-height: 1em; }

.mobile-collapse {
    margin-bottom: 15px;
}

iframe[name='google_conversion_frame'] {
    display: none;
}

.mobile-collapse.toggled .collapse-content {
  display: block; }
.mobile-collapse.toggled .collapse-handle:after {
  content: '\f077'; }

@media screen and (min-width: 640px) {
  .collapse-content {
    display: block; }

  .collapse-handle {
    display: none; } }
.overlay-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0.625em;
  font-size: 2em;
  line-height: 1.3;
  color: white;
  background: rgba(33, 33, 33, 0.75);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.overlay-title--container {
  position: relative; }

@media screen and (max-width: 1024px) {
  .overlay-title {
    font-size: 1.75em; } }
@media screen and (max-width: 769px) {
  .overlay-title {
    font-size: 1.375em; } }
.content-container {
  /* margin-top: 2.5em; */
  margin-bottom: 2.5em;
  display: block; }
  .content-container:after {
    content: "";
    display: table;
    clear: both; }
  .content-container .page-content--wrapper {
    display: block; }
    .content-container .page-content--wrapper:after {
      content: "";
      display: table;
      clear: both; }
  .content-container .page-content--intro-masthead {
    background: #e6e0cc;
    padding-top: 1.5625em;
    padding-bottom: 1.5625em;
    margin-bottom: 1.5625em;
    display: block;
    position: relative;
    overflow: visible;
    z-index: 0; }
    .content-container .page-content--intro-masthead:after {
      content: "";
      display: table;
      clear: both; }
    .content-container .page-content--intro-masthead:before, .content-container .page-content--intro-masthead:after {
      position: absolute;
      top: 0;
      bottom: 0;
      display: block;
      content: " ";
      background-color: inherit;
      width: 9999em; }
    .content-container .page-content--intro-masthead:before {
      left: -9999em; }
    .content-container .page-content--intro-masthead:after {
      right: -9999em; }
    .content-container .page-content--intro-masthead .page-content--image-stack {
      margin-bottom: 1em; }
      .content-container .page-content--intro-masthead .page-content--image-stack:last-of-type {
        margin-bottom: 0; }
    .content-container .page-content--intro-masthead img {
      display: block;
      max-width: 100%;
      height: auto; }
    .content-container .page-content--intro-masthead p:first-child {
      margin-top: 0;
      padding-top: 0; }
    .content-container .page-content--intro-masthead p:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .content-container .page-content--intro-masthead ul:first-child, .content-container .page-content--intro-masthead ol:first-child {
      margin-top: 0; }
    .content-container .page-content--intro-masthead ul:last-child, .content-container .page-content--intro-masthead ol:last-child {
      margin-bottom: 0; }
  .content-container .page-content--main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .content-container .page-content--main:last-child {
      margin-right: 0; }
    .content-container .page-content--main h1:first-child, .content-container .page-content--main h2:first-child, .content-container .page-content--main h3:first-child, .content-container .page-content--main h4:first-child, .content-container .page-content--main h5:first-child, .content-container .page-content--main h6:first-child {
      margin-top: 0;
      padding-top: 0; }
    .content-container .page-content--main.full-width {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .content-container .page-content--main.full-width:last-child {
        margin-right: 0; }
  .content-container .page-content--sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .content-container .page-content--sidebar:last-child {
      margin-right: 0; }
    .content-container .page-content--sidebar ul:first-child, .content-container .page-content--sidebar ol:first-child {
      margin-top: 0; }
  .content-container .page-content--footer {
    display: block; }
    .content-container .page-content--footer:after {
      content: "";
      display: table;
      clear: both; }
  @media screen and (max-width: 769px) {
    .content-container .page-content--intro-masthead,
    .content-container .page-content--main,
    .content-container .page-content--sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .content-container .page-content--intro-masthead:last-child,
      .content-container .page-content--main:last-child,
      .content-container .page-content--sidebar:last-child {
        margin-right: 0; }
      .content-container .page-content--intro-masthead [class*="g-"],
      .content-container .page-content--main [class*="g-"],
      .content-container .page-content--sidebar [class*="g-"] {
        width: 100%;
        float: none; }
        .content-container .page-content--intro-masthead [class*="g-"] img,
        .content-container .page-content--main [class*="g-"] img,
        .content-container .page-content--sidebar [class*="g-"] img {
          display: block;
          width: 100%;
          height: auto; }
    .content-container .page-content--title {
      font-size: 1.375em;
      line-height: 1.2; }
    .content-container .page-content--intro-masthead .inner {
      padding: 0; } }

.pagination {
  display: block;
  overflow: hidden;
  margin: 0.625em 0;
  padding: 0.625em 0;
  border-top: 1px solid #b3b2b2;
  text-align: center;
  font-size: 13px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important; }
  .pagination:after {
    content: "";
    display: table;
    clear: both; }
  .pagination > li {
    display: inline-block; }
  .pagination a {
    background: #f0f0f0;
    display: inline-block;
    border-radius: 0.9375em;
    padding: 0.3125em 0.625em;
    color: #d0112b;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    transition: 0.2s all; }
    .pagination a, .pagination a:hover, .pagination a:focus {
      text-decoration: none; }
    .pagination a:hover, .pagination a:focus {
      background: #d0112b;
      color: white; }
    .pagination a:first-child {
      float: left; }
    .pagination a:last-child {
      float: right; }
  .pagination.basic {
    border: 0; }
    .pagination.basic a {
      background: none;
      border-radius: 0;
      padding: 0.3125em;
      text-decoration: underline; }

.pill-nav-wrap {
  padding: 1.25em 0; }

.pill-nav {
  font-size: 1.125em;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap; }
  .pill-nav > li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch; }
  html.no-flexbox .pill-nav {
    display: table !important; }
    html.no-flexbox .pill-nav > li {
      display: table-cell !important; }
  .pill-nav li {
    padding-right: 1.25em; }
    .pill-nav li:last-child {
      padding-right: 0; }
  .pill-nav .button {
    display: block;
    background-color: white;
    font-size: inherit;
    text-transform: none;
    text-decoration: none;
    padding: 0.625em 1.25em;
    margin: 0; }

@media screen and (max-width: 1024px) {
  .pill-nav {
    font-size: 1em; } }
@media screen and (max-width: 769px) {
  .pill-nav-wrap {
    padding: 0; }

  .pill-nav {
    font-size: 0.875em; } }
@media screen and (max-width: 640px) {
  .pill-nav, .pill-nav li, .pill-nav .button {
    display: block !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .pill-nav li {
    padding: 0;
    margin-bottom: 0.625em; }
    .pill-nav li:last-child {
      margin-bottom: 0; }
  .pill-nav .button {
    letter-spacing: 0; } }
.profile {
  text-align: center;
  padding: 1.25em; }
  .profile.float-right {
    margin: 0; }
  .profile a {
    text-decoration: none; }
  .profile .profile--content {
    background-color: #f0f0f0;
    padding: 1.25em;
    margin-top: -50%;
    padding-top: 55%; }
    .profile .profile--content header {
      text-align: center; }
      .profile .profile--content header h3 {
        position: relative;
        color: #d0112b;
        font-weight: 800;
        margin: 0 0 0.9375em 0;
        padding: 0; }
        .profile .profile--content header h3:after {
          position: absolute;
          bottom: -8px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          height: 3px;
          display: block;
          background-color: #b3b2b2;
          content: " ";
          min-width: 100px; }
  .profile .profile--details {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    .profile .profile--details p {
      margin: 0;
      padding: 0; }
    .profile .profile--details h4 {
      color: #4A4A4A;
      font-weight: 800;
      margin: 0;
      padding: 0; }
    .profile .profile--details li {
      padding-bottom: 0.5em; }
      .profile .profile--details li:last-child {
        padding-bottom: 0; }
    .profile .profile--details .item.social {
      font-size: 2.25em; }
    .profile .profile--details i {
      color: #d0112b;
      -webkit-transition: 0.2s color;
      -moz-transition: 0.2s color;
      transition: 0.2s color; }
  .profile .profile--photo {
    border-radius: 50%;
    overflow: hidden;
    margin: -20px -20px 0 -20px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .profile .profile--photo img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: auto; }
  @media screen and (max-width: 769px) {
    .profile {
      padding: 0.625em;
      font-size: 1.125em;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      float: none; }
      .profile:last-child {
        margin-right: 0; }
      .profile .profile--details li {
        padding: 0.1875em 0; }
      .profile .profile--details .item.social {
        font-size: 1.75em; } }
  @media screen and (max-width: 1024px) {
    .profile .profile--content {
      padding: 1.25em;
      margin-top: -55%;
      padding-top: 60%; }
    .profile .profile--photo {
      border-radius: 100%;
      max-width: 50%;
      width: 50%;
      margin: 0 auto !important; } }
  @media screen and (min-width: 1024px) {
    .profile {
      font-size: 1.375em; } }

img.pull, figure.pull {
  float: left;
  margin: 1.25em;
  margin-left: -1.85em;
  max-width: 65%; }
  img.pull.pull--right, figure.pull.pull--right {
    float: right;
    margin: 1.25em;
    margin-right: -1.85em; }

img.pull.pull--gold {
  border: 0.5em solid #fbc804; }
img.pull.pull--red {
  border: 0.5em solid #d0112b; }
img.pull.pull--tan {
  border: 0.5em solid #e6e0cc; }
img.pull.pull--lime {
  border: 0.5em solid #8dc63f; }
img.pull.pull--dark-tan {
  border: 0.5em solid #aaa594; }

figure.pull.pull--gold img {
  border: 0.5em solid #fbc804; }
figure.pull.pull--gold figcaption {
  background-color: #fbc804;
  color: #4A4A4A; }
figure.pull.pull--red img {
  border: 0.5em solid #d0112b; }
figure.pull.pull--red figcaption {
  background-color: #d0112b;
  color: white; }
figure.pull.pull--tan img {
  border: 0.5em solid #e6e0cc; }
figure.pull.pull--tan figcaption {
  background-color: #e6e0cc;
  color: #212121; }
figure.pull.pull--lime img {
  border: 0.5em solid #8dc63f; }
figure.pull.pull--lime figcaption {
  background-color: #8dc63f;
  color: black; }
figure.pull.pull--dark-tan img {
  border: 0.5em solid #aaa594; }
figure.pull.pull--dark-tan figcaption {
  background-color: #aaa594;
  color: white; }
figure.pull img {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  max-width: 100%;
  height: auto; }
figure.pull figcaption {
  display: block;
  float: right;
  clear: both;
  text-align: right;
  font: normal 15px/1.3 "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.3125em 0.75em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important; }
figure.pull.pull--right figcaption {
  float: left;
  text-align: left; }

@media screen and (max-width: 1024px) {
  img.pull, figure.pull {
    float: none;
    clear: both;
    max-width: 100%;
    width: 100%;
    margin: 1.25em auto 1.25em auto; }

  figure.pull {
    overflow: hidden; }
    figure.pull img {
      max-width: 100%;
      width: 100%; }
    figure.pull figcaption {
      float: none;
      display: block;
      text-align: center; } }
.social-tab-container {
  display: none; }

.no-js .social-box-tabs {
  display: none; }

.no-js .social-tab-container {
  display: block; }

.social.call-to-action {
  background: #e6e0cc;
  padding: 45px 0; }
  @media screen and (max-width: 640px) {
    .social.call-to-action {
      padding: 0; } }

.social-box-tabs ul {
  list-style: none;
  margin: 0;
  display: block; }
  .social-box-tabs ul:after {
    content: "";
    display: table;
    clear: both; }

.social-box-tab {
  margin: 0;
  display: block;
  float: left;
  width: 33.333333%;
  text-align: center;
  font: 300 1.5em/1em "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  vertical-align: baseline; }
  .social-box-tab:nth-child(1) {
    background: #4A4A4A; }
  .social-box-tab:nth-child(2) {
    background: #828282; }
  .social-box-tab:nth-child(3) {
    background: #b3b2b2; }
  .social-box-tab i {
    display: inline-block;
    font-size: 1.25em;
    margin-right: .5em;
    -webkit-transform: translateY(0.125em);
    -moz-transform: translateY(0.125em);
    -ms-transform: translateY(0.125em);
    -o-transform: translateY(0.125em);
    transform: translateY(0.125em); }
  .social-box-tab a:link, .social-box-tab a:visited {
    display: block;
    padding: 0.5em 0 0.7em;
    text-decoration: none;
    color: white; }
  @media screen and (max-width: 640px) {
    .social-box-tab i {
      margin-right: 0; }
    .social-box-tab .social-tab-text {
      display: none; } }

#social-facebook {
  background: #828282; }

#social-twitter {
  background: #b3b2b2; }

#social-instagram {
  background: #4A4A4A; }

.social-tab-container {
  display: block;
  padding: 20px; }
  .social-tab-container:after {
    content: "";
    display: table;
    clear: both; }

.social-card-wrap {
  width: 31.11111%;
  margin-right: 3.33333%;
  float: left; }
  .social-card-wrap:last-child {
    margin-right: 0; }

.social-card {
  background: white;
  border-radius: 4px;
  padding: 20px; }

@media screen and (max-width: 850px) {
  .social-card-wrap {
    float: none;
    margin-right: 0;
    width: 100%;
    display: none; }
    .social-card-wrap:nth-child(2) {
      display: block;
      margin-bottom: 0; } }
[class*="card-content"] {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.twitter-card-header {
  color: #b3b2b2;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: .5em;
  margin-bottom: .5em; }
  .twitter-card-header .twitter-card-display-name {
    font-weight: bold;
    color: black; }
  .twitter-card-header img {
    vertical-align: top;
    width: 22px;
    height: 22px;
    border-radius: 3px; }

.twitter-card-username {
  display: none; }

.twitter-card-image img {
  border-radius: 4px;
  width: 100%;
  margin-top: 1em; }

.twitter-card-header .twitter-card-display-name {
    font-weight: bold;
    color: black;
}

.twitter-card-retweet-header {
  font-size: .8em;
  color: #b3b2b2; }
  .twitter-card-retweet-header a:link, .twitter-card-retweet-header a:visited {
    color: #b3b2b2;
    text-decoration: none; }
  .twitter-card-retweet-header:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    content: '\f079';
    color: white;
    background: #77b255;
    border-radius: 3px;
    margin-right: .2em;
    padding: .1em; }

.twitter-card-username a:link, .twitter-card-username a:visited, .twitter-card-display-name a:link, .twitter-card-display-name a:visited {
  text-decoration: none; }
  .twitter-card-username a:link:hover, .twitter-card-username a:link:active, .twitter-card-username a:link:focus, .twitter-card-username a:visited:hover, .twitter-card-username a:visited:active, .twitter-card-username a:visited:focus, .twitter-card-display-name a:link:hover, .twitter-card-display-name a:link:active, .twitter-card-display-name a:link:focus, .twitter-card-display-name a:visited:hover, .twitter-card-display-name a:visited:active, .twitter-card-display-name a:visited:focus {
    text-decoration: underline; }

.facebook-card-header-image {
  float: left;
  margin-right: 10px; }
  .facebook-card-header-image img {
    vertical-align: top;
    width: 33px;
    height: 33px; }

.facebook-card-header-info {
  font-size: .9em;
  float: left;
  width: calc(100% - 43px); }
  .facebook-card-header-info p {
    margin: 0; }

.facebook-card-header {
  display: block;
  color: #b3b2b2;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: .5em;
  margin-bottom: .5em; }
  .facebook-card-header:after {
    content: "";
    display: table;
    clear: both; }
  .facebook-card-header a:link, .facebook-card-header a:visited {
    text-decoration: none;
    font-weight: bold; }
    .facebook-card-header a:link:hover, .facebook-card-header a:link:active, .facebook-card-header a:link:focus, .facebook-card-header a:visited:hover, .facebook-card-header a:visited:active, .facebook-card-header a:visited:focus {
      text-decoration: underline; }

.facebook-card-content {
  font-size: .9em; }
  .facebook-card-content img {
    width: 100%; }

.social-instagram-grid img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }
  .social-instagram-grid img:last-child {
    margin-bottom: 0; }
.social-instagram-grid .instagram-column-small {
  width: 11.65%; }
.social-instagram-grid .instagram-column-large {
  width: 28.3%; }
.social-instagram-grid .instagram-column-large, .social-instagram-grid .instagram-column-small {
  display: block;
  float: left;
  margin-right: 2.083333%; }
  .social-instagram-grid .instagram-column-large:last-child, .social-instagram-grid .instagram-column-small:last-child {
    margin-right: 0; }
@media screen and (max-width: 850px) {
  .social-instagram-grid .instagram-column-small {
    width: 21.6%; }
  .social-instagram-grid .instagram-column-large {
    width: 51.6%; }
  .social-instagram-grid .instagram-column-large, .social-instagram-grid .instagram-column-small {
    margin-right: 2.5%; }
    .social-instagram-grid .instagram-column-large:nth-last-child(2), .social-instagram-grid .instagram-column-large:last-child, .social-instagram-grid .instagram-column-small:nth-last-child(2), .social-instagram-grid .instagram-column-small:last-child {
      display: none; }
    .social-instagram-grid .instagram-column-large:nth-last-child(3), .social-instagram-grid .instagram-column-small:nth-last-child(3) {
      margin-right: 0; } }
@media screen and (max-width: 480px) {
  .social-instagram-grid .instagram-column-small, .social-instagram-grid .instagram-column-large {
    width: 100%;
    float: none;
    margin-bottom: 10px; }
  .social-instagram-grid .instagram-column-small {
    display: block; }
    .social-instagram-grid .instagram-column-small:after {
      content: "";
      display: table;
      clear: both; }
    .social-instagram-grid .instagram-column-small img {
      float: left;
      width: 46.15384%;
      margin-right: 7.6923%; }
      .social-instagram-grid .instagram-column-small img:last-child {
        margin-right: 0; } }

.skip-link {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

section.statistics {
  background-color: #d0112b;
  background-image: -webkit-linear-gradient(top, #d0112b 40%, #890b1c 95%);
  background-image: linear-gradient(to bottom,#d0112b 40%, #890b1c 95%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  padding: 0; }

.statistics-panel-row {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  color: white;
  line-height: 1.2;
  overflow: hidden; }
  .statistics-panel-row > li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch; }
  html.no-flexbox .statistics-panel-row {
    display: table !important; }
    html.no-flexbox .statistics-panel-row > li {
      display: table-cell !important; }
  html.no-csstransitions .statistics-panel-row {
    display: block; }
    html.no-csstransitions .statistics-panel-row:after {
      content: "";
      display: table;
      clear: both; }
    html.no-csstransitions .statistics-panel-row, html.no-csstransitions .statistics-panel-row > li {
      display: block; }
    html.no-csstransitions .statistics-panel-row > li {
      position: relative;
      overflow: hidden;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      -webkit-box-flex: none;
      -moz-box-flex: none;
      box-flex: none;
      -webkit-flex: none !important;
      -moz-flex: none !important;
      -ms-flex: none !important;
      flex: none !important; }
      html.no-csstransitions .statistics-panel-row > li:last-child {
        margin-right: 0; }
  .statistics-panel-row > li {
    position: relative;
    margin: 1.875em 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    max-height: 16.75em; }
    .statistics-panel-row > li:last-child {
      border: none; }
    .no-js .statistics-panel-row > li {
      max-height: inherit;
      width: 50%; }
  .statistics-panel-row .statistics-panel {
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 1.875em;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .statistics-panel-row .statistics-icon {
    font-size: 3.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .statistics-panel-row header, .statistics-panel-row footer {
    width: 100%;
    overflow: hidden; }
  .statistics-panel-row footer {
    padding: 0 0.625em 0.125em 0.625em; }
  .statistics-panel-row .statistics-panel-content p, .statistics-panel-row .statistics-panel-content h4 {
    margin: 0;
    padding: 0; }
  .statistics-panel-row .statistics-panel-content h3 {
    font-weight: 800;
    font-size: 3.75em;
    padding: 0;
    margin: 0.3125em 0 0 0; }
    .statistics-panel-row .statistics-panel-content h3 sup, .statistics-panel-row .statistics-panel-content h3 small {
      font-size: 0.5625em; }
  .statistics-panel-row .statistics-panel-content h4 {
    position: relative;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em; }
  .statistics-panel-row .statistics-reveal {
    font-size: 0.875em;
    text-align: center;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    padding: 0 0.625em; }
    .statistics-panel-row .statistics-reveal p {
      margin: 0;
      padding: 0; }
  .statistics-panel-row .button {
    display: block;
    font-size: 0.875em;
    font-weight: 700;
    margin-top: 0.625em; }
  html.csstransitions .statistics-panel-row header, html.no-touch .statistics-panel-row header {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  html.csstransitions .statistics-panel-row .statistics-icon, html.no-touch .statistics-panel-row .statistics-icon {
    position: relative;
    z-index: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  html.csstransitions .statistics-panel-row .statistics-reveal, html.no-touch .statistics-panel-row .statistics-reveal {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 22%;
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    transform: translateY(-70%);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 0.25s ease-out 0;
    -moz-transition: opacity 0.25s ease-out 0;
    transition: opacity 0.25s ease-out 0; }
  html.csstransitions .statistics-panel-row .button, html.no-touch .statistics-panel-row .button {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  @media screen and (min-width: 1024px) {
    html.csstransitions .statistics-panel-row .statistics-panel footer, html.no-touch .statistics-panel-row .statistics-panel footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: opacity 0.25s ease-out 0;
      -moz-transition: opacity 0.25s ease-out 0;
      transition: opacity 0.25s ease-out 0; }
    html.csstransitions .statistics-panel-row .statistics-panel:hover, html.csstransitions .statistics-panel-row .statistics-panel:focus, html.no-touch .statistics-panel-row .statistics-panel:hover, html.no-touch .statistics-panel-row .statistics-panel:focus {
      cursor: default; }
      html.csstransitions .statistics-panel-row .statistics-panel:hover .statistics-icon, html.csstransitions .statistics-panel-row .statistics-panel:focus .statistics-icon, html.no-touch .statistics-panel-row .statistics-panel:hover .statistics-icon, html.no-touch .statistics-panel-row .statistics-panel:focus .statistics-icon {
        opacity: 0.25;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%); }
      html.csstransitions .statistics-panel-row .statistics-panel:hover header, html.csstransitions .statistics-panel-row .statistics-panel:focus header, html.no-touch .statistics-panel-row .statistics-panel:hover header, html.no-touch .statistics-panel-row .statistics-panel:focus header {
        -webkit-transform: translateY(-74.5%);
        -moz-transform: translateY(-74.5%);
        -ms-transform: translateY(-74.5%);
        -o-transform: translateY(-74.5%);
        transform: translateY(-74.5%); }
      html.csstransitions .statistics-panel-row .statistics-panel:hover footer, html.csstransitions .statistics-panel-row .statistics-panel:focus footer, html.no-touch .statistics-panel-row .statistics-panel:hover footer, html.no-touch .statistics-panel-row .statistics-panel:focus footer {
        opacity: 1.0;
        -webkit-transition: opacity 0.25s ease-out 0.25s;
        -moz-transition: opacity 0.25s ease-out 0.25s;
        transition: opacity 0.25s ease-out 0.25s; }
      html.csstransitions .statistics-panel-row .statistics-panel:hover .statistics-reveal, html.csstransitions .statistics-panel-row .statistics-panel:focus .statistics-reveal, html.no-touch .statistics-panel-row .statistics-panel:hover .statistics-reveal, html.no-touch .statistics-panel-row .statistics-panel:focus .statistics-reveal {
        opacity: 1.0;
        -webkit-transition: opacity 0.25s ease-out 0.25s;
        -moz-transition: opacity 0.25s ease-out 0.25s;
        transition: opacity 0.25s ease-out 0.25s; } }
  @media screen and (max-width: 1140px) {
    .statistics-panel-row .statistics-icon {
      font-size: 2.375em; }
    .statistics-panel-row .statistics-panel-content header h3 {
      font-size: 2.5em; } }
  @media screen and (max-width: 1024px) {
    .statistics-panel-row {
      display: block !important; }
      .statistics-panel-row > li {
        float: left;
        padding: 0;
        min-height: 10em; }
        .statistics-panel-row > li:nth-child(2) {
          border: none; }
        .statistics-panel-row > li:nth-child(3), .statistics-panel-row > li:nth-child(4) {
          border-top: 1px solid rgba(255, 255, 255, 0.5); }
        .statistics-panel-row > li header h3 {
          margin-top: 0; }
        .statistics-panel-row > li footer {
          opacity: 1.0 !important;
          position: static !important; }
        html.no-csstransitions .statistics-panel-row > li, html.csstransitions .statistics-panel-row > li {
          display: block;
          width: 50% !important;
          margin: 0 !important;
          -webkit-box-flex: none;
          -moz-box-flex: none;
          box-flex: none;
          -webkit-flex: none !important;
          -moz-flex: none !important;
          -ms-flex: none !important;
          flex: none !important; }
      .statistics-panel-row .statistics-icon {
        font-size: 3.75em; }
      .statistics-panel-row .statistics-content {
        font-size: 1em; }
      .statistics-panel-row .button {
        display: inline-block;
        clear: both;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.5625em;
        padding-left: 1.5625em; } }
  @media screen and (max-width: 640px) {
    .statistics-panel-row > li {
      min-height: 8.75em; }
      .statistics-panel-row > li header h3 {
        font-size: 1.875em; }
      .statistics-panel-row > li footer {
        opacity: 1.0 !important; }
    .statistics-panel-row .statistics-icon {
      font-size: 2.5em; }
    .statistics-panel-row .statistics-panel {
      padding: 0.9375em; }
    .statistics-panel-row .statistics-content {
      font-size: 0.6875em; }
    .statistics-panel-row .button {
      font-size: 0.6875em;
      font-weight: normal; } }

.student-grid .student-grid-intro-photo img {
  display: block;
  margin: 0;
  padding: 0; }
.student-grid .student-grid-content {
  padding: 2.8125em; }
.student-grid .student-grid-title {
  font-weight: 800;
  font-size: 3.75em;
  line-height: 1.3;
  margin: 0;
  padding: 0; }
.student-grid .button, .student-grid .button[class*="type-"] {
  display: block;
  padding: 0.9375em 1.5625em;
  margin-top: 1.25em;
  font-size: 1em; }
  .student-grid .button:hover, .student-grid .button:focus, .student-grid .button[class*="type-"]:hover, .student-grid .button[class*="type-"]:focus {
    background-color: #d0112b;
    color: white; }
.student-grid .fit-grid-container {
  margin-top: 20px; }
@media screen and (max-width: 1024px) {
  .student-grid .inner {
    padding-right: 1.5em;
    padding-left: 1.5em; }
  .student-grid .button, .student-grid .button[class*="type-"] {
    font-size: 0.875em;
    letter-spacing: 0; }
  .student-grid .student-grid-content {
    padding: 1.875em; }
  .student-grid .student-grid-title {
    font-size: 2.5em; }
  .student-grid .button, .student-grid .button[class*="type-"] {
    font-size: 0.8125em;
    text-transform: none; } }
@media screen and (max-width: 769px) {
  .student-grid .student-grid-intro-photo, .student-grid .student-grid-content {
    width: 100%; }
  .student-grid .student-grid-intro-photo img {
    width: 100%;
    max-width: 100%; } }
@media screen and (max-width: 480px) {
  .student-grid .student-grid-title {
    font-size: 1.5em; }
  .student-grid .button, .student-grid .button[class*="type-"] {
    font-size: 0.75em; } }

.student-profile {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  display: block;
  min-height: 30em; }
  .student-profile:after {
    content: "";
    display: table;
    clear: both; }
  .student-profile .student-profile-content {
    position: relative;
    z-index: 1;
    background: #212121;
    background: rgba(33, 33, 33, 0.75);
    color: white;
    font: italic 22px/1.3 "Sentinel A", "Sentinel B", "Georgia", Cambria, Times New Roman, Times, serif;
    padding: 1.875em 1.875em 1.875em 5.625em;
    overflow: visible;
    quotes: "\201C" "\201C" "\2018" "\2018";
    float: left;
    width: 58.88078%; }
    .student-profile .student-profile-content:before {
      position: absolute;
      top: 50px;
      left: -40px;
      content: open-quote;
      color: #fbc804;
      font: 800 260px/1em "Sentinel A", "Sentinel B", "Georgia", Cambria, Times New Roman, Times, serif;
      line-height: 0;
      vertical-align: middle;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased !important;
      -moz-font-smoothing: antialiased !important;
      font-smoothing: antialiased !important; }
    .student-profile .student-profile-content p {
      margin: 0;
      padding: 0; }
    .student-profile .student-profile-content cite {
      position: absolute;
      top: 100%;
      right: 0;
      background: black;
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-size: 1em;
      padding: 0.625em; }
  .student-profile .student-profile-avatar {
    position: absolute;
    right: 0;
    z-index: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .student-profile .student-profile-avatar:last-child {
      margin-right: 0; }
    .student-profile .student-profile-avatar img {
      max-width: 100%;
      width: 100%;
      height: auto;
      border-radius: 50%; }
  @media screen and (max-width: 769px) {
    .student-profile .student-profile-content, .student-profile .student-profile-avatar {
      width: 100%; }
    .student-profile .student-profile-content {
      position: relative;
      z-index: 0;
      padding-left: 30px;
      font-size: 18px !important; }
      .student-profile .student-profile-content:before {
        font-size: 150px; }
        html.no-csstransitions .student-profile .student-profile-content:before {
          display: none !important; }
      .student-profile .student-profile-content cite {
        font-size: 13px;
        margin-bottom: 20px; }
    .student-profile .student-profile-avatar {
      position: relative;
      right: auto;
      z-index: 1;
      text-align: center; }
      .student-profile .student-profile-avatar img {
        display: block;
        max-width: 260px;
        margin: 0 auto -30px auto;
        border: 8px solid rgba(33, 33, 33, 0.75); } }
  @media screen and (max-width: 480px) {
    .student-profile .student-profile-content {
      font-size: 1em;
      padding: 1.5625em;
      padding-left: 1.875em; }
      .student-profile .student-profile-content:before {
        font-size: 6.875em;
        top: 30px;
        left: -20px; }
      .student-profile .student-profile-content cite {
        font-size: 0.75em; }
    .student-profile .student-profile-avatar img {
      max-width: 160px; } }

.tabbed-box {
  display: block;
  width: 100%; }

.tabbed-box-tab-list {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0;
  padding: 0; }

.tabbed-box-tab {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font: 1.25em/1em "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .tabbed-box-tab a:link, .tabbed-box-tab a:visited {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    padding: 1.25em 0;
    text-decoration: none; }
  .tabbed-box-tab.wide-tab {
    -webkit-box-flex: 1.5;
    -moz-box-flex: 1.5;
    box-flex: 1.5;
    -webkit-flex: 1.5;
    -moz-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5; }

.tabbed-box-content {
  padding: 20px;
  display: block; }
  .tabbed-box-content:after {
    content: "";
    display: table;
    clear: both; }

ul.main  a:hover{
color:#fbc804 !important;
}	
ul.sub-menu1  a:hover{
color:#fbc804 !important;
}	

ul.sub-menu1  li:hover{
color:#fbc804 !important;
}
	
.tabbed-box--gold .tabbed-box-tab a:link, .tabbed-box--gold .tabbed-box-tab a:visited {
  color: white;
  background: rgba(102, 102, 102, 0.8); }
  .tabbed-box--gold .tabbed-box-tab a:link:hover, .tabbed-box--gold .tabbed-box-tab a:link:active, .tabbed-box--gold .tabbed-box-tab a:link:focus, .tabbed-box--gold .tabbed-box-tab a:visited:hover, .tabbed-box--gold .tabbed-box-tab a:visited:active, .tabbed-box--gold .tabbed-box-tab a:visited:focus {
    color: #333333;
    background: #decc87; }
.tabbed-box--gold .tabbed-box-tab a.selected:link, .tabbed-box--gold .tabbed-box-tab a.selected:visited {
  color: black;
  background: #fbc804; }
  .tabbed-box--gold .tabbed-box-tab a.selected:link:hover, .tabbed-box--gold .tabbed-box-tab a.selected:link:active, .tabbed-box--gold .tabbed-box-tab a.selected:link:focus, .tabbed-box--gold .tabbed-box-tab a.selected:visited:hover, .tabbed-box--gold .tabbed-box-tab a.selected:visited:active, .tabbed-box--gold .tabbed-box-tab a.selected:visited:focus {
    color: black;
    background: #fbc804; }
.tabbed-box--gold .tabbed-box-content {
  display: block;
  background: #fbc804;
  color: black; }
.tabbed-box--gold .tabbed-box-tab-list {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap; }
  .tabbed-box--gold .tabbed-box-tab-list > li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch; }
  html.no-flexbox .tabbed-box--gold .tabbed-box-tab-list {
    display: table !important; }
    html.no-flexbox .tabbed-box--gold .tabbed-box-tab-list > li {
      display: table-cell !important; }

.tabbed-box--gray .tabbed-box-tab a:link, .tabbed-box--gray .tabbed-box-tab a:visited {
  color: white;
  background: #4A4A4A; }
  .tabbed-box--gray .tabbed-box-tab a:link:hover, .tabbed-box--gray .tabbed-box-tab a:link:active, .tabbed-box--gray .tabbed-box-tab a:link:focus, .tabbed-box--gray .tabbed-box-tab a:visited:hover, .tabbed-box--gray .tabbed-box-tab a:visited:active, .tabbed-box--gray .tabbed-box-tab a:visited:focus {
    color: white;
    background: #545454; }
.tabbed-box--gray .tabbed-box-tab a.selected:link, .tabbed-box--gray .tabbed-box-tab a.selected:visited {
  color: white;
  background: #212121; }
  .tabbed-box--gray .tabbed-box-tab a.selected:link:hover, .tabbed-box--gray .tabbed-box-tab a.selected:link:active, .tabbed-box--gray .tabbed-box-tab a.selected:link:focus, .tabbed-box--gray .tabbed-box-tab a.selected:visited:hover, .tabbed-box--gray .tabbed-box-tab a.selected:visited:active, .tabbed-box--gray .tabbed-box-tab a.selected:visited:focus {
    color: white;
    background: #212121; }
.tabbed-box--gray .tabbed-box-content {
  display: block;
  background: #212121;
  color: white; }
.tabbed-box--gray .tabbed-box-tab-list {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap; }
  .tabbed-box--gray .tabbed-box-tab-list > li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch; }
  html.no-flexbox .tabbed-box--gray .tabbed-box-tab-list {
    display: table !important; }
    html.no-flexbox .tabbed-box--gray .tabbed-box-tab-list > li {
      display: table-cell !important; }

.tabbed-box--tan .tabbed-box-tab a:link, .tabbed-box--tan .tabbed-box-tab a:visited {
  color: black;
  background: #cdc199; }
  .tabbed-box--tan .tabbed-box-tab a:link:hover, .tabbed-box--tan .tabbed-box-tab a:link:active, .tabbed-box--tan .tabbed-box-tab a:link:focus, .tabbed-box--tan .tabbed-box-tab a:visited:hover, .tabbed-box--tan .tabbed-box-tab a:visited:active, .tabbed-box--tan .tabbed-box-tab a:visited:focus {
    color: #333333;
    background: #d9d9d9; }
.tabbed-box--tan .tabbed-box-tab a.selected:link, .tabbed-box--tan .tabbed-box-tab a.selected:visited {
  color: black;
  background: #c4b688; }
  .tabbed-box--tan .tabbed-box-tab a.selected:link:hover, .tabbed-box--tan .tabbed-box-tab a.selected:link:active, .tabbed-box--tan .tabbed-box-tab a.selected:link:focus, .tabbed-box--tan .tabbed-box-tab a.selected:visited:hover, .tabbed-box--tan .tabbed-box-tab a.selected:visited:active, .tabbed-box--tan .tabbed-box-tab a.selected:visited:focus {
    color: black;
    background: #c4b688; }
.tabbed-box--tan .tabbed-box-content {
  display: block;
  background: #c4b688;
  color: black; }
.tabbed-box--tan .tabbed-box-tab-list {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap; }
  .tabbed-box--tan .tabbed-box-tab-list > li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch; }
  html.no-flexbox .tabbed-box--tan .tabbed-box-tab-list {
    display: table !important; }
    html.no-flexbox .tabbed-box--tan .tabbed-box-tab-list > li {
      display: table-cell !important; }

.tabbed-box--admissions .tabbed-box-tab a:link, .tabbed-box--admissions .tabbed-box-tab a:visited {
  color: white;
  background: rgba(130, 130, 130, 0.8); }
  .tabbed-box--admissions .tabbed-box-tab a:link:hover, .tabbed-box--admissions .tabbed-box-tab a:link:active, .tabbed-box--admissions .tabbed-box-tab a:link:focus, .tabbed-box--admissions .tabbed-box-tab a:visited:hover, .tabbed-box--admissions .tabbed-box-tab a:visited:active, .tabbed-box--admissions .tabbed-box-tab a:visited:focus {
    color: #333333;
    background: #decc87; }
.tabbed-box--admissions .tabbed-box-tab a.selected:link, .tabbed-box--admissions .tabbed-box-tab a.selected:visited {
  color: black;
  background: #fbc804; }
  .tabbed-box--admissions .tabbed-box-tab a.selected:link:hover, .tabbed-box--admissions .tabbed-box-tab a.selected:link:active, .tabbed-box--admissions .tabbed-box-tab a.selected:link:focus, .tabbed-box--admissions .tabbed-box-tab a.selected:visited:hover, .tabbed-box--admissions .tabbed-box-tab a.selected:visited:active, .tabbed-box--admissions .tabbed-box-tab a.selected:visited:focus {
    color: black;
    background: #fbc804; }
.tabbed-box--admissions .tabbed-box-content {
  display: block;
  background: #fbc804;
  color: black; }
.tabbed-box--admissions .tabbed-box-tab-list:after {
  content: "";
  display: table;
  clear: both; }
.tabbed-box--admissions .tabbed-box-tab {
  float: left;
  border-right: 1px solid #828282; }
  .tabbed-box--admissions .tabbed-box-tab:nth-child(1) {
    width: 16%; }
  .tabbed-box--admissions .tabbed-box-tab:nth-child(2) {
    width: 16%; }
  .tabbed-box--admissions .tabbed-box-tab:nth-child(3) {
    width: 21%; }
  .tabbed-box--admissions .tabbed-box-tab:nth-child(4) {
    width: 16%; }
  .tabbed-box--admissions .tabbed-box-tab:nth-child(5) {
    width: 31%; }
  @media screen and (max-width: 920px) {
    .tabbed-box--admissions .tabbed-box-tab {
      font-size: 1em; } }
  @media screen and (max-width: 768px) {
    .tabbed-box--admissions .tabbed-box-tab {
      font-size: .9em; } }
  .tabbed-box--admissions .tabbed-box-tab:last-child {
    border-right: none; }
.tabbed-box--admissions .tab-title {
  display: none; }
@media screen and (max-width: 660px) {
  .tabbed-box--admissions .tabbed-box-tab-list {
    display: none; }
  .tabbed-box--admissions .tabbed-box-content {
    margin-bottom: 1em;
    display: block !important; }
    .tabbed-box--admissions .tabbed-box-content .tab-title {
      display: block; } }

html.no-js .tabbed-box-tab-list {
  display: none !important; }

table {
  overflow: hidden;
  background: #f0f0f0;
  border-collapse: collapse;
  max-width: 100%; }
  table a:link {
    color: black; }
  table a:visited {
    color: #d0112b; }
  table a:hover, table a:active, table a:focus {
    color: #d0112b; }
  table i:before {
    color: #d0112b;
    font-size: 1.5em;
    vertical-align: middle; }
  table thead {
    border: 1px solid #b3b2b2; }
  table th, table td {
    padding: 0.3125em; }
  table tbody tr:nth-child(2n) {
    background: white; }
  table th {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: left;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important; }
  table th, table td {
    text-align: left; }
  table caption, table th, table td {
    padding: 0.75em; }
  table.responsive td:nth-child(n+2) {
    text-align: center; }
  @media screen and (max-width: 66.875em) {
    table.responsive th {
      display: none; }
    table.responsive td {
      width: 100%;
      display: block;
      padding-left: 60%;
      position: relative; }
      table.responsive td:before {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0.75em;
        content: attr(data-th) ": ";
        font-weight: 800;
        width: 50%;
        display: block;
        height: 100%; }
      table.responsive td:nth-child(n+2) {
        text-align: left; }
      table.responsive td:empty {
        display: none; } }
  @media screen and (max-width: 468px) {
    table.responsive td {
      padding-left: 50%; }
    table.responsive td:before {
      padding-top: 14px;
      text-align: right;
      font-size: .8em;
      width: 40%; } }

.tags-nav {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: inherit;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
  .tags-nav li {
    display: inline; }
  .tags-nav a {
    display: inline-block; }
  .tags-nav a {
    background: #d0112b;
    text-decoration: none;
    border-radius: 1.5em;
    color: white;
    padding: 0.625em 1.25em;
    margin: 0.5em 0.5em 0.5em 0;
    -webkit-transition: color 0.3s, background 0.3s;
    -moz-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s; }
    .tags-nav a:hover, .tags-nav a:focus {
      background: white;
      color: #d0112b; }
  .tags-nav.tags-nav--gold a {
    background: #fbc804;
    color: black; }
    .tags-nav.tags-nav--gold a:hover, .tags-nav.tags-nav--gold a:focus {
      background: white;
      color: #d0112b; }
  .tags-nav.tags-nav--white a {
    background: white;
    color: #d0112b; }
    .tags-nav.tags-nav--white a:hover {
      background: #fbc804;
      color: black; }
  @media screen and (max-width: 850px) {
    .tags-nav {
      font-size: 75%; } }
  @media screen and (max-width: 769px) {
    .tags-nav li, .tags-nav a {
      display: block; } }

.weather {
  background: rgba(33, 33, 33, 0.75);
  font-size: 2.8125em;
  text-align: center;
  padding: 0.3125em 0.625em;
  color: white; 
  width: 100%; }
  .weather i {
    font-size: 1.5em;
    line-height: 0; }

/* No files to import found in modules/**\/* */
.button {
  font-size: 1.5em;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 0.5em 0.75em;
  border: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s; }
  .button, .button:hover, .button:focus {
    text-decoration: none !important; }
  .button.small {
    font-size: inherit;
    text-transform: none; }
  .button.full {
    display: block;
    clear: both; }
  .button.icon i {
    vertical-align: middle; }
  .button.icon span {
    display: none; }
  .button.type-1 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #e6e0cc;
    color: black;
    border-radius: 1.5em; }
    .button.type-1:hover, .button.type-1:focus {
      color: black;
      background: #fbc804; }
  .button.type-2 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #d0112b;
    color: white;
    border-radius: 1.5em; }
    .button.type-2:hover, .button.type-2:focus {
      color: black;
      background: #fbc804; }
  .button.type-4 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: black;
    color: white;
    border-radius: 1.5em; }
    .button.type-4:hover, .button.type-4:focus {
      color: black;
      background: #fbc804; }
  .button.type-5 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #aaa594;
    color: white;
    border-radius: 1.5em; }
    .button.type-5:hover, .button.type-5:focus {
      color: black;
      background: #fbc804; }
  .button.type-6 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: white;
    color: black;
    border-radius: 1.5em; }
    .button.type-6:hover, .button.type-6:focus {
      color: black;
      background: #fbc804; }
  .button.type-3 {
    background: #fbc804;
    color: black;
    border-radius: 1.5em; }
    .button.type-3:hover, .button.type-3:focus {
      background: #fcd336; }
  .button.square {
    background: #d0112b;
    color: white;
    border-radius: 0; }
    .button.square:hover, .button.square:focus {
      background: #ed2742; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/Institutions/University of Tampa/images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/Institutions/University of Tampa/images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/core/design/img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/Institutions/University of Tampa/images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/Institutions/University of Tampa/images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("/Institutions/University of Tampa/images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
form {
  /*max-width: 66.875em; */
  margin-left: auto;
  margin-right: auto; }
  form:after {
    content: "";
    display: table;
    clear: both; }
  form ul label {
    font-weight: normal;
    font-family: inherit; }

fieldset {
  display: block;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 1.25em 0; }
  fieldset:after {
    content: "";
    display: table;
    clear: both; }
  fieldset:last-of-type {
    border-bottom: none; }
  fieldset.radio ul {
    margin: 0;
    padding: 0;
    list-style: none; }

label {
  display: block;
  font: 700 14px/1.3 "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  margin: 0.1875em 0; }

input[type="search"], input[type="text"] {
  -webkit-appearance: none; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea {
  display: block;
  background: #f0f0f0;
  border: 1px solid #b3b2b2;
  padding: 0.5em;
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

textarea {
  min-height: 9.375em;
  overflow: auto; }

input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
textarea:hover, textarea:focus {
  border-color: #d0112b;
  background: whitesmoke; }

.form--submit {
  background: #d0112b;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: white;
  border: none;
  padding: 0.625em 1.25em;
  border-radius: 3px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  .form--submit:hover {
    background: #fbc804;
    color: black; }

p.form-help {
  margin: 0.1875em 0;
  padding: 0;
  color: #828282;
  font-size: 0.75em; }

.page-content--sidebar select {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form-search {
  overflow: hidden;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }
  .form-search input[type="search"], .form-search input[type="text"] {
    background: none;
    border: none; }
  .form-search input[type="search"], .form-search input[type="text"] {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    box-flex: 8;
    -webkit-flex: 8;
    -moz-flex: 8;
    -ms-flex: 8;
    flex: 8; }
  .form-search button, .form-search input[type="submit"] {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  html.no-flexbox .form-search {
    width: 100%;
    display: table; }
    html.no-flexbox .form-search input[type="search"], html.no-flexbox .form-search input[type="text"] {
      display: table-cell;
      width: 85%; }
    html.no-flexbox .form-search button, html.no-flexbox .form-search input[type="submit"] {
      display: table-cell;
      width: 15%; }
  .form-search.inline {
    background: #f0f0f0;
    padding: 0.625em;
    max-width: 100%; }
    .form-search.inline input[type="search"], .form-search.inline input[type="text"] {
      background: white; }

.menu-search-wrap {
  padding: 1.25em; }

.mobile-search-wrap .sub-menu li {
  width: 100% !important;
  margin-right: 0;
  float: none;
  padding: 0.625em; }

.omnibar {
  display: block;
  position: absolute;
  top: -100%;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .omnibar.active {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .no-js .omnibar {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

.no-js .menu .tools, .no-js .menu .search {
  display: none; }

.menu-main-wrap {
  background: rgba(33, 33, 33, 0.9); 
  }

.menu-utility-wrap nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  float: right; }
  .menu-utility-wrap nav:last-child {
    margin-right: 0; }
@media screen and (max-width: 1140px) {
  .menu-utility-wrap {
    padding: 0 1.25em; } }

.menu-mobile-wrap {
  background: black; }
  .menu-mobile-wrap nav {
    overflow: visible; }

.menu-tools-wrap {
  background: #e6e5e5; }

.menu-search-wrap {
  background: #e6e5e5; }

nav {
  display: block; }
  nav:after {
    content: "";
    display: table;
    clear: both; }
  nav a {
    -webkit-transition: color 0.2s, background 0.2s;
    -moz-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s; }

ol.horizontal, ul.horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
  ol.horizontal li, ul.horizontal li {
    display: inline; }
  ol.horizontal a, ul.horizontal a {
    display: inline-block; }

.sub-menu {
  position: absolute; 
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  background: black;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .sub-menu.expanded {
    display: block !important; }
  .sub-menu li {
    display: block;
    width: 100%;
    position: relative; }
  .sub-menu li, .sub-menu a {
    display: block; }
  .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    display: none; }

ul.menu {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important; }
  ul.menu a {
    text-decoration: none; }
ul.utility {
  float: right; }
  ul.utility a {
    font-weight: 700;
    color: #828282;
    padding: 0.75em; }
    ul.utility a:hover, ul.utility a:focus {
      color: black;
      border-bottom: 4px solid #d0112b; }
  ul.utility li.tools a {
    color: black; }
    ul.utility li.tools a:hover, ul.utility li.tools a:focus {
      color: #d0112b; }
    ul.utility li.tools a.active {
      background: #e6e5e5;
      color: #d0112b;
      padding-bottom: 36px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s; }
      ul.utility li.tools a.active, ul.utility li.tools a.active:hover, ul.utility li.tools a.active:focus {
        border: none; }
      html.no-csstransitions ul.utility li.tools a.active {
        padding-bottom: 37px; }
  ul.utility li.search span {
    display: none; }
  ul.utility li.search i {
    background: #d6d6d6;
    width: 25px;
    height: 25px;
    padding: 8px;
    border-radius: 50%;
    -webkit-transition: 0.2s background;
    -moz-transition: 0.2s background;
    transition: 0.2s background; }
  ul.utility li.search a {
    border: none;
    color: #d0112b; }
    ul.utility li.search a.active {
      background: #e6e5e5;
      color: #d0112b;
      padding-bottom: 36px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s; }
      ul.utility li.search a.active, ul.utility li.search a.active:hover, ul.utility li.search a.active:focus {
        border: none; }
      html.no-csstransitions ul.utility li.search a.active {
        padding-bottom: 37px; }
      ul.utility li.search a.active i {
        background: none; }
    @media screen and (max-width: 1024px) {
      ul.utility li.search a {
        padding-right: 1.5625em;
        padding-left: 1.5625em; } }
    @media screen and (max-width: 850px) {
      ul.utility li.search a {
        padding-right: 1.25em;
        padding-left: 1.25em; } }
  ul.utility li.apply a {
    background: #d0112b;
    color: white;
    text-transform: uppercase;
    padding: 2.25em;
    border: none; }
    ul.utility li.apply a:hover, ul.utility li.apply a:focus {
      background: #ed2742; }
  @media screen and (max-width: 1140px) {
    ul.utility {
      font-size: 0.875em; }
      ul.utility li.apply a {
        padding: 2.625em 0.9375em; } }
  @media screen and (max-width: 850px) {
    ul.utility li.apply a {
      padding-right: 0.625em;
      padding-left: 0.625em; } }
  @media screen and (max-width: 1024px) {
    ul.utility a, ul.utility li.apply a {
      padding-right: 0.375em;
      padding-left: 0.375em; } }
  @media screen and (max-width: 769px) {
    ul.utility {
      display: none; } }
ul.tools {
  font-size: 1.125em;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap; }
  ul.tools > li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch; }
  html.no-flexbox ul.tools {
    display: table !important; }
    html.no-flexbox ul.tools > li {
      display: table-cell !important; }
  ul.tools > li {
    display: block;
    border-right: 1px solid rgba(33, 33, 33, 0.2);
    overflow: hidden; }
  ul.tools a {
    display: block;
    color: #212121;
    padding: 1.25em; }
    ul.tools a:hover, ul.tools a:focus {
      background: #fbc804;
      color: #212121; }
  ul.tools li:last-child {
    border: none; }
  @media screen and (max-width: 1140px) {
    ul.tools {
      font-size: 1em; } }
  @media screen and (max-width: 1024px) {
    ul.tools > li i {
      font-size: 1.5em; }
    ul.tools > li span {
      font-size: 1.125em;
      display: block; } }
  @media screen and (max-width: 769px) {
    ul.tools {
      display: none; } }
ul.main {
  display: block;
  font-size: 1.125em;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: visible; }
  ul.main > li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch; }
  html.no-flexbox ul.main {
    display: table !important; }
    html.no-flexbox ul.main > li {
      display: table-cell !important; }
  ul.main > li {
    border-right: 1px solid rgba(255, 255, 255, 0.2); }
    ul.main > li:last-child {
      border: none; }
  ul.main li {
    display: block;
    position: relative;
    overflow: visible; }
    ul.main li:hover > .sub-menu, ul.main li:focus > .sub-menu {
      display: block; }
    ul.main li .sub-menu {
      background: #5c5c5c;
      background: rgba(92, 92, 92, 0.9);
      text-transform: none; }
      ul.main li .sub-menu li .sub-menu {
        background: #212121;
        background: rgba(33, 33, 33, 0.85); }
  ul.main a {
    display: block;
    text-decoration: none;
    padding: 0.5em 0.9375em;
    color: white; }
    ul.main a:hover, ul.main a:focus {
      color: #fbc804; }
  @media screen and (max-width: 1140px) {
    ul.main {
      font-size: 1em; } }
  @media screen and (max-width: 1024px) {
    ul.main {
      font-size: 0.875em; } }
  @media screen and (max-width: 769px) {
    ul.main {
      display: none !important; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    ul.main, html.no-flexbox ul.main, html.no-flexbox ul.main > li {
      display: none !important;
      font: 0/0 a !important; } }
ul.mobile {
  text-align: center;
  display: none; }
  ul.mobile > li > a {
    white-space: nowrap; }
    ul.mobile > li > a:hover {
      color: #fbc804; }
    ul.mobile > li > a:focus {
      color: white; }
  ul.mobile li.mobile-main-menu-wrap .sub-menu {
    background: #828282; }
    ul.mobile li.mobile-main-menu-wrap .sub-menu .sub-menu {
      position: static;
      top: auto;
      left: auto;
      display: none;
      background: #212121;
      font-size: 0.875em; }
    ul.mobile li.mobile-main-menu-wrap .sub-menu li {
      display: block; }
    ul.mobile li.mobile-main-menu-wrap .sub-menu li > a {
      border-bottom: 1px solid #4A4A4A; }
    ul.mobile li.mobile-main-menu-wrap .sub-menu li:last-child > a {
      border-bottom: 0; }
    ul.mobile li.mobile-main-menu-wrap .sub-menu .parent-nav-wrap {
      display: block;
      position: relative;
      overflow: hidden; }
      ul.mobile li.mobile-main-menu-wrap .sub-menu .parent-nav-wrap i {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        display: block;
        background: #d0112b;
        color: white;
        padding: 0.625em 0.9375em;
        cursor: pointer; }
  @media screen and (max-width: 335px) {
    ul.mobile li.mobile-tools-menu-wrap .sub-menu {
      font-size: 14px; } }
  ul.mobile li.mobile-tools-menu-wrap .sub-menu li {
    float: left;
    width: 50%; }
    ul.mobile li.mobile-tools-menu-wrap .sub-menu li a {
      display: block;
      background: #e6e5e5;
      padding: 1.25em;
      color: #212121; }
      ul.mobile li.mobile-tools-menu-wrap .sub-menu li a:hover, ul.mobile li.mobile-tools-menu-wrap .sub-menu li a:focus {
        color: #d0112b; }
  ul.mobile > li {
    position: relative; }
    ul.mobile > li a:hover, ul.mobile > li a:focus {
      color: #fbc804; }
    ul.mobile > li.active > a:focus {
      color: black !important; }
    ul.mobile > li.active > a, ul.mobile > li.active > a:link {
      background: #fbc804 !important;
      color: black !important; }
    ul.mobile > li.active .sub-menu {
      display: block; }
  ul.mobile a {
    text-decoration: none;
    color: white;
    padding: 0.625em; }
  ul.mobile .sub-menu {
    text-align: left; }
  @media screen and (max-width: 769px) {
    ul.mobile {
      position: relative;
      width: 100%;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      -webkit-align-content: stretch;
      -moz-align-content: stretch;
      align-content: stretch;
      -ms-flex-line-pack: stretch;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      flex-flow: row wrap; }
      ul.mobile > li {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-align-self: stretch;
        -moz-align-self: stretch;
        align-self: stretch;
        -ms-flex-item-align: stretch; }
      html.no-flexbox ul.mobile {
        display: table !important; }
        html.no-flexbox ul.mobile > li {
          display: table-cell !important; }
      ul.mobile > li {
        position: static; }
        ul.mobile > li > a {
          display: block; }
        html.no-webgl ul.mobile > li > a {
          display: inline-block !important; }
      ul.mobile .sub-menu a {
        display: block; } }
  @media screen and (min-width: 1024px) {
    ul.mobile .sub-menu li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      ul.mobile .sub-menu li:last-child {
        margin-right: 0; }
      ul.mobile .sub-menu li:nth-child(2n) {
        margin-right: 2.35765%; }
      ul.mobile .sub-menu li:nth-child(1n) {
        margin-right: 0; } }

.footer-horizontal-nav {
  background: #d0112b; }
  .footer-horizontal-nav a:link, .footer-horizontal-nav a:visited {
    color: white;
    text-decoration: none; }
    .footer-horizontal-nav a:link:hover, .footer-horizontal-nav a:link:active, .footer-horizontal-nav a:link:focus, .footer-horizontal-nav a:visited:hover, .footer-horizontal-nav a:visited:active, .footer-horizontal-nav a:visited:focus {
      text-decoration: underline; }
  .footer-horizontal-nav ul {
    display: block;
    display: block;
    text-align: center;
    padding: 0.6em;
    font-weight: 200;
    font-size: 0.9em;
    letter-spacing: 1px; }
    .footer-horizontal-nav ul:after {
      content: "";
      display: table;
      clear: both; }
  .footer-horizontal-nav li {
    display: inline;
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 3.8em; }
    @media screen and (max-width: 860px) {
      .footer-horizontal-nav li {
        margin: 0 2em; } }
    @media screen and (max-width: 769px) {
      .footer-horizontal-nav li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin: 0 0 0.4em;
        text-align: center; }
        .footer-horizontal-nav li:last-child {
          margin-right: 0; }
        .footer-horizontal-nav li:last-child:nth-child(odd) {
          width: 100% !important;
          float: none !important;
          margin-right: 0 !important; } }

.menu-panel {
  background: black;
  font-size: 0.875em;
  text-align: center;
  padding: 1.25em;
  max-width: 66.875em;
  margin-left: auto;
  margin-right: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important; }
  .menu-panel:after {
    content: "";
    display: table;
    clear: both; }
  .menu-panel .button {
    text-transform: uppercase;
    font-weight: 800;
    padding: 0.5em 0.75em; }
  .menu-panel .menu-panel--nav li:last-child a {
    border: none; }
  .menu-panel .menu-panel--nav a {
    display: block;
    padding: 0.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.tab-box {
  background: #e6e0cc; }
  .tab-box header, .tab-box footer {
    overflow: hidden; }
  .tab-box footer .button {
    display: block;
    font-size: 1em;
    margin-top: 0.625em; }
  .tab-box .tabs {
    background: #cdc199;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0; }
    .tab-box .tabs > li {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      align-self: stretch;
      -ms-flex-item-align: stretch; }
    html.no-flexbox .tab-box .tabs {
      display: table !important; }
      html.no-flexbox .tab-box .tabs > li {
        display: table-cell !important; }
    .tab-box .tabs a {
      display: block;
      text-transform: uppercase;
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.25em;
      color: black;
      padding: 0.625em 1.25em;
      cursor: pointer;
      text-decoration: none;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased !important;
      -moz-font-smoothing: antialiased !important;
      font-smoothing: antialiased !important;
      -webkit-transition: background 0.2s, color 0.2s;
      -moz-transition: background 0.2s, color 0.2s;
      transition: background 0.2s, color 0.2s; }
      .tab-box .tabs a:hover, .tab-box .tabs a:focus {
        background-color: #c4b688 !important; }
      .tab-box .tabs a.selected {
        background-color: #e6e0cc !important; }
  .tab-box > .content {
    padding: 1.625em; }
    .tab-box > .content .inner {
      background: white;
      padding: 0.625em; }
  .tab-box article {
    margin: 0.625em 0;
    overflow: hidden; }
    .tab-box article:first-child {
      margin-top: 0; }
    .tab-box article:last-child {
      margin-bottom: 0; }
    .tab-box article > a {
      display: block;
      text-decoration: none; }
      .tab-box article > a:hover, .tab-box article > a:hover h4, .tab-box article > a:focus, .tab-box article > a:focus h4 {
        color: #d0112b; }
      .tab-box article > a:hover h4, .tab-box article > a:focus h4 {
        text-decoration: underline; }
    .tab-box article p {
      margin: 0;
      padding: 0; }
    .tab-box article h4 {
      font-weight: 700;
      margin: 0 0 0.3125em 0;
      padding: 0;
      color: #212121; }
    .tab-box article .date {
      color: #d0112b; }
  @media screen and (max-width: 1024px) {
    .tab-box .tabs a {
      font-size: 1em;
      color: black;
      padding: 0.625em; } }
  @media screen and (max-width: 640px) {
    .tab-box > .content {
      padding: 1em; } }

.trumba-embed {
  height: 400px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

section.call-to-action {
  display: block; }
  section.call-to-action:after {
    content: "";
    display: table;
    clear: both; }
@media screen and (max-width: 1140px) {
  section.content-container .inner {
    padding-right: 1.5em;
    padding-left: 1.5em; } }
@media screen and (max-width: 1024px) {
  section.campus-exploration .action-boxes--box {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    section.campus-exploration .action-boxes--box:last-child {
      margin-right: 0; }
    section.campus-exploration .action-boxes--box:nth-child(2) {
      margin-right: 0; }
    section.campus-exploration .action-boxes--box:last-child {
      width: 100%;
      clear: both;
      margin-top: 20px; } }
@media screen and (max-width: 769px) {
  section.campus-exploration.top-push {
    margin: 0; }
  section.campus-exploration .action-boxes--box {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0; }
    section.campus-exploration .action-boxes--box:last-child {
      margin: 0; } }
@media screen and (max-width: 1140px) {
  section.campus-exploration .inner {
    padding-right: 1.5em;
    padding-left: 1.5em; } }
section.campus-life.campus-life--2 {
  background-position: left center; }
@media screen and (max-width: 1140px) {
  section.campus-life .inner {
    padding-right: 1.5em;
    padding-left: 1.5em; } }
section.masthead {
  /* position: relative; */
  overflow: visible;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  /*.no-js section.masthead {
    background: no-repeat url("/core/design/video/video.jpg") 50% 50%;
    background-size: cover; }*/
  section.masthead .updates {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    float: right;
    color: white;
    margin: 1.875em 0; }
    section.masthead .updates:last-child {
      margin-right: 0; }
      
      section.masthead .updates .links {
     	background: rgba(33, 33, 33, 0.75);
     	font-size: 1em;
     	text-align: center;
     	padding: 0.3125em 0.625em;
     	width: 100%;
     	margin: 5px 0 0 0;
     	float: left;
     }
           
     section.masthead .updates .links a {
	color: white
     }
           
     section.masthead .updates .links:last {
        margin: 3px 0 0 0;
     }
      
    section.masthead .updates .events footer a, section.masthead .updates .registration footer a {
      display: block;
      padding: 0.625em;
      font-size: 1.25em;
      font-weight: 600;
      text-decoration: none;
      text-align: center;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased !important;
      -moz-font-smoothing: antialiased !important;
      font-smoothing: antialiased !important; }
    section.masthead .updates, section.masthead .updates article {
      display: block;
      overflow: hidden;
      padding: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    section.masthead .updates article {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    section.masthead .updates .updates-profile {
      background: rgba(33, 33, 33, 0.75);
      padding: 1.25em; }
      section.masthead .updates .updates-profile header img {
        width: 100%;
        max-width: 100%;
        height: auto; }
      section.masthead .updates .updates-profile .content {
        display: block; }
        section.masthead .updates .updates-profile .content:after {
          content: "";
          display: table;
          clear: both; }
      section.masthead .updates .updates-profile .summary h1, section.masthead .updates .updates-profile .summary h2, section.masthead .updates .updates-profile .summary h3, section.masthead .updates .updates-profile .summary h4, section.masthead .updates .updates-profile .summary h5, section.masthead .updates .updates-profile .summary h6 {
        font-size: inherit;
        margin: 0.625em 0;
        padding: 0; }
        section.masthead .updates .updates-profile .summary h1 a, section.masthead .updates .updates-profile .summary h2 a, section.masthead .updates .updates-profile .summary h3 a, section.masthead .updates .updates-profile .summary h4 a, section.masthead .updates .updates-profile .summary h5 a, section.masthead .updates .updates-profile .summary h6 a {
          text-decoration: none;
          color: white;
          -webkit-transition: 0.2s color;
          -moz-transition: 0.2s color;
          transition: 0.2s color; }
          section.masthead .updates .updates-profile .summary h1 a:hover, section.masthead .updates .updates-profile .summary h1 a:focus, section.masthead .updates .updates-profile .summary h2 a:hover, section.masthead .updates .updates-profile .summary h2 a:focus, section.masthead .updates .updates-profile .summary h3 a:hover, section.masthead .updates .updates-profile .summary h3 a:focus, section.masthead .updates .updates-profile .summary h4 a:hover, section.masthead .updates .updates-profile .summary h4 a:focus, section.masthead .updates .updates-profile .summary h5 a:hover, section.masthead .updates .updates-profile .summary h5 a:focus, section.masthead .updates .updates-profile .summary h6 a:hover, section.masthead .updates .updates-profile .summary h6 a:focus {
            color: #fbc804;
            text-decoration: underline; }
      section.masthead .updates .updates-profile .summary .button {
        text-shadow: none;
        font-size: 1em; }
    section.masthead .updates .article-wrap {
      display: block;
      margin-top: 0.625em; }
      section.masthead .updates .article-wrap:after {
        content: "";
        display: table;
        clear: both; }
    section.masthead .updates .narrow {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-right: 0;
      float: right;
      clear: both; }
      section.masthead .updates .narrow:last-child {
        margin-right: 0; }
    section.masthead .updates .events {
      background: #4A4A4A; }
      section.masthead .updates .events header {
        display: block;
        padding: 0.625em; }
        section.masthead .updates .events header:after {
          content: "";
          display: table;
          clear: both; }
        section.masthead .updates .events header .date {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%;
          text-rendering: optimizeLegibility;
          -webkit-font-smoothing: antialiased !important;
          -moz-font-smoothing: antialiased !important;
          font-smoothing: antialiased !important;
          font-weight: 600;
          text-align: center; }
          section.masthead .updates .events header .date:last-child {
            margin-right: 0; }
          section.masthead .updates .events header .date time {
            display: block; }
        section.masthead .updates .events header h3 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%;
          padding: 0;
          margin-top: 0;
          margin-bottom: 0;
          text-align: left; }
          section.masthead .updates .events header h3:last-child {
            margin-right: 0; }
      section.masthead .updates .events footer a {
        background: #212121;
        color: white; }
    section.masthead .updates .registration {
      background-color: white;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-image: url("/core/design/img/bg-registration-pool.jpg"); }
      section.masthead .updates .registration header {
        text-align: left;
        padding: 1.25em; }
        section.masthead .updates .registration header h3 {
          margin: 0 0 1.25em 0;
          padding: 0;
          line-height: 1.2; }
      section.masthead .updates .registration footer a {
        background: rgba(33, 33, 33, 0.75);
        color: #fbc804;
        line-height: 1.2;
        font-size: 1em;
        font-weight: normal;
        -webkit-transition: background 0.2s, color 0.2s;
        -moz-transition: background 0.2s, color 0.2s;
        transition: background 0.2s, color 0.2s; }
        section.masthead .updates .registration footer a:hover, section.masthead .updates .registration footer a:focus {
          background: #d0112b;
          color: white; }
  @media screen and (max-width: 850px) {
    section.masthead {
      background: white; }
      section.masthead .updates, section.masthead .updates article {
        width: 100%; }
      section.masthead .updates, section.masthead .updates article, section.masthead .updates .article-wrap {
        margin: 0; }
      section.masthead .updates article {
        margin: 0 0 10px 0;
        overflow: hidden; }
        section.masthead .updates article:last-child {
          margin-bottom: 0; } }

.photo-bg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 5em 0; }
  @media screen and (max-width: 1024px) {
    .photo-bg {
      padding: 0; } }

.rrssb-buttons.large-format li div, .rrssb-buttons.large-format li div .text {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.rrssb-buttons, .rrssb-buttons li, .rrssb-buttons li div {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    clear: both; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }

.rrssb-buttons {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%; }
  .rrssb-buttons li {
    float: left;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0 2.5px; }
    .rrssb-buttons li.email div {
      background-color: #0a88ff; }
      .rrssb-buttons li.email div:hover {
        background-color: #006ed6;
        cursor: pointer;
      }
    .rrssb-buttons li.facebook div {
      background-color: #306199; }
      .rrssb-buttons li.facebook div:hover {
        background-color: #244872;   
             cursor: pointer; }
    .rrssb-buttons li.tumblr div {
      background-color: #32506d; }
      .rrssb-buttons li.tumblr div:hover {
        background-color: #22364a;
                cursor: pointer;
      }
    .rrssb-buttons li.linkedin div {
      background-color: #007bb6; }
      .rrssb-buttons li.linkedin div:hover {
        background-color: #005983; 
                cursor: pointer;
      }
    .rrssb-buttons li.twitter div {
      background-color: #26c4f1; 
    }
      .rrssb-buttons li.twitter div:hover {
        background-color: #0eaad6; 
                cursor: pointer;
      }
    .rrssb-buttons li.googleplus div {
      background-color: #e93f2e; }
      .rrssb-buttons li.googleplus div:hover {
        background-color: #ce2616;
                cursor: pointer;
      }
    .rrssb-buttons li.youtube div {
      background-color: #df1c31; }
      .rrssb-buttons li.youtube div:hover {
        background-color: #b21627;
                cursor: pointer;
      }
    .rrssb-buttons li.reddit div {
      background-color: #8bbbe3; }
      .rrssb-buttons li.reddit div:hover {
        background-color: #62a3d9; 
                cursor: pointer;
      }
    .rrssb-buttons li.pinterest div {
      background-color: #b81621; }
      .rrssb-buttons li.pinterest div:hover {
        background-color: #8a1119; 
                cursor: pointer;
      }
    .rrssb-buttons li.github div {
      background-color: #444; }
      .rrssb-buttons li.github div:hover {
        background-color: #2b2b2b; 
                cursor: pointer;
      }
    .rrssb-buttons li div {
      background-color: #ccc;
      border-radius: 2px;
      display: block;
      font-size: 11px;
      font-weight: bold;
      height: 100%;
      padding: 11px 7px 12px 27px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 100%;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      .rrssb-buttons li div .icon {
        display: block;
        height: 100%;
        left: 10px;
        padding-top: 9px;
        position: absolute;
        top: 0;
        width: 10%; }
        .rrssb-buttons li div .icon svg {
          height: 17px;
          width: 17px; }
          .rrssb-buttons li div .icon svg path, .rrssb-buttons li div .icon svg polygon {
            fill: #fff; }
      .rrssb-buttons li div .text {
        color: #fff; }
      .rrssb-buttons li div:active {
        box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); }
    .rrssb-buttons li.small div {
      padding: 0; }
      .rrssb-buttons li.small div .icon {
        height: 100%;
        left: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        top: auto;
        width: 100%; }
      .rrssb-buttons li.small div .text {
        visibility: hidden; }
  .rrssb-buttons.large-format {
    height: auto; }
    .rrssb-buttons.large-format li {
      height: auto; }
      .rrssb-buttons.large-format li div {
        font-size: 13px;
        font-size: 1vw;
        padding: 7% 0% 7% 12%;
        border-radius: 0.2em; }
        .rrssb-buttons.large-format li div .icon {
          left: 7%;
          padding-top: 0;
          width: 12%; }
          .rrssb-buttons.large-format li div .icon svg {
            height: 100%;
            width: 100%; }
        .rrssb-buttons.large-format li div .text {
          font-size: 13px;
          font-size: 1vw; }
        .rrssb-buttons.large-format li div:hover {
          font-size: 13px;
          font-size: 1vw;
          padding: 7% 0% 7% 12%;
          border-radius: 0.2em; }
  .rrssb-buttons.small-format {
    padding-top: 5px; }
    .rrssb-buttons.small-format li {
      height: 80%;
      padding: 0 1.5px; }
      .rrssb-buttons.small-format li div .icon {
        height: 100%;
        padding-top: 0; }
        .rrssb-buttons.small-format li div .icon svg {
          height: 48%;
          position: relative;
          top: 6px;
          width: 80%; }
  .rrssb-buttons.tiny-format {
    height: 22px;
    position: relative; }
    .rrssb-buttons.tiny-format li {
      padding-right: 7px; }
      .rrssb-buttons.tiny-format li div {
        background-color: transparent;
        padding: 0; }
        .rrssb-buttons.tiny-format li div .icon svg {
          height: 70%;
          width: 100%; }
        .rrssb-buttons.tiny-format li div:hover, .rrssb-buttons.tiny-format li div:active {
          background-color: transparent; }
      .rrssb-buttons.tiny-format li.email div .icon svg path, .rrssb-buttons.tiny-format li.email div .icon svg polygon {
        fill: #0a88ff; }
      .rrssb-buttons.tiny-format li.email div .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.email div .icon:hover .icon svg polygon {
        fill: #0054a3; }
      .rrssb-buttons.tiny-format li.facebook div .icon svg path, .rrssb-buttons.tiny-format li.facebook div .icon svg polygon {
        fill: #306199; }
      .rrssb-buttons.tiny-format li.facebook div .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.facebook div .icon:hover .icon svg polygon {
        fill: #18304b; }
      .rrssb-buttons.tiny-format li.tumblr div .icon svg path, .rrssb-buttons.tiny-format li.tumblr div .icon svg polygon {
        fill: #32506d; }
      .rrssb-buttons.tiny-format li.tumblr div .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.tumblr div .icon:hover .icon svg polygon {
        fill: #121d27; }
      .rrssb-buttons.tiny-format li.linkedin div .icon svg path, .rrssb-buttons.tiny-format li.linkedin div .icon svg polygon {
        fill: #007bb6; }
      .rrssb-buttons.tiny-format li.linkedin div .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.linkedin div .icon:hover .icon svg polygon {
        fill: #003650; }
      .rrssb-buttons.tiny-format li.twitter div .icon svg path, .rrssb-buttons.tiny-format li.twitter div .icon svg polygon {
        fill: #26c4f1; }
      .rrssb-buttons.tiny-format li.twitter div .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.twitter div .icon:hover .icon svg polygon {
        fill: #0b84a6; }
      .rrssb-buttons.tiny-format li.googleplus div .icon svg path, .rrssb-buttons.tiny-format li.googleplus div .icon svg polygon {
        fill: #e93f2e; }
      .rrssb-buttons.tiny-format li.googleplus div .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.googleplus div .icon:hover .icon svg polygon {
        fill: #a01e11; }
      .rrssb-buttons.tiny-format li.youtube div .icon svg path, .rrssb-buttons.tiny-format li.youtube div .icon svg polygon {
        fill: #df1c31; }
      .rrssb-buttons.tiny-format li.youtube div .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.youtube div .icon:hover .icon svg polygon {
        fill: #84111d; }
      .rrssb-buttons.tiny-format li.reddit div .icon svg path, .rrssb-buttons.tiny-format li.reddit div .icon svg polygon {
        fill: #8bbbe3; }
      .rrssb-buttons.tiny-format li.reddit div .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.reddit div .icon:hover .icon svg polygon {
        fill: #398bcf; }
      .rrssb-buttons.tiny-format li.pinterest div .icon svg path, .rrssb-buttons.tiny-format li.pinterest div .icon svg polygon {
        fill: #b81621; }
      .rrssb-buttons.tiny-format li.pinterest div .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.pinterest div .icon:hover .icon svg polygon {
        fill: #5d0b11; }
      .rrssb-buttons.tiny-format li.github div .icon svg path, .rrssb-buttons.tiny-format li.github div .icon svg polygon {
        fill: #444; }
      .rrssb-buttons.tiny-format li.github div .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.github div .icon:hover .icon svg polygon {
        fill: #111111; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important; }
  h1.serif--semibold-italic, h2.serif--semibold-italic, h3.serif--semibold-italic, h4.serif--semibold-italic, h5.serif--semibold-italic, h6.serif--semibold-italic {
    font-family: "Sentinel A", "Sentinel B", "Georgia", Cambria, Times New Roman, Times, serif;
    font-weight: 600;
    font-style: italic; }
  h1.sans-serif--black-regular, h2.sans-serif--black-regular, h3.sans-serif--black-regular, h4.sans-serif--black-regular, h5.sans-serif--black-regular, h6.sans-serif--black-regular {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800; }
  h1.sans-serif--regular, h2.sans-serif--regular, h3.sans-serif--regular, h4.sans-serif--regular, h5.sans-serif--regular, h6.sans-serif--regular {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  h1.sans-serif, .action-boxes h1.action-boxes--summary.small, h2.sans-serif, .action-boxes h2.action-boxes--summary.small, h3.sans-serif, .action-boxes h3.action-boxes--summary.small, h4.sans-serif, .action-boxes h4.action-boxes--summary.small, h5.sans-serif, .action-boxes h5.action-boxes--summary.small, h6.sans-serif, .action-boxes h6.action-boxes--summary.small {
    font-style: normal;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
    text-transform: uppercase; }
  h1.large-text, h2.large-text, h3.large-text, h4.large-text, h5.large-text, h6.large-text {
    font-size: 3em; }
    @media screen and (max-width: 769px) {
      h1.large-text, h2.large-text, h3.large-text, h4.large-text, h5.large-text, h6.large-text {
        font-size: 2.25em; } }
    @media screen and (max-width: 640px) {
      h1.large-text, h2.large-text, h3.large-text, h4.large-text, h5.large-text, h6.large-text {
        font-size: 1.75em; } }
  h1.med-text, h2.med-text, h3.med-text, h4.med-text, h5.med-text, h6.med-text {
    font-size: 1.625em; }
  h1.color--lime, h2.color--lime, h3.color--lime, h4.color--lime, h5.color--lime, h6.color--lime {
    color: #8dc63f !important; }
  h1.color--red, h2.color--red, h3.color--red, h4.color--red, h5.color--red, h6.color--red {
    color: #d0112b !important; }
  h1.color--gold, h2.color--gold, h3.color--gold, h4.color--gold, h5.color--gold, h6.color--gold {
    color: #fbc804 !important; }
  h1.color--gray, h2.color--gray, h3.color--gray, h4.color--gray, h5.color--gray, h6.color--gray {
    color: #4A4A4A !important; }
  h1.color--fog, h2.color--fog, h3.color--fog, h4.color--fog, h5.color--fog, h6.color--fog {
    color: #b3b2b2 !important; }
  h1.color--smoke, h2.color--smoke, h3.color--smoke, h4.color--smoke, h5.color--smoke, h6.color--smoke {
    color: #828282 !important; }
  h1.color--charcoal, h2.color--charcoal, h3.color--charcoal, h4.color--charcoal, h5.color--charcoal, h6.color--charcoal {
    color: #212121 !important; }
  h1.color--gray, h2.color--gray, h3.color--gray, h4.color--gray, h5.color--gray, h6.color--gray {
    color: #4A4A4A !important; }
  h1.color--tan, h2.color--tan, h3.color--tan, h4.color--tan, h5.color--tan, h6.color--tan {
    color: #e6e0cc !important; }
  h1.color--dark-tan, h2.color--dark-tan, h3.color--dark-tan, h4.color--dark-tan, h5.color--dark-tan, h6.color--dark-tan {
    color: #aaa594 !important; }
  h1.color--black, h2.color--black, h3.color--black, h4.color--black, h5.color--black, h6.color--black {
    color: black !important; }
  h1.color--white, h2.color--white, h3.color--white, h4.color--white, h5.color--white, h6.color--white {
    color: white !important; }
  h1.color--charcoal-light, h2.color--charcoal-light, h3.color--charcoal-light, h4.color--charcoal-light, h5.color--charcoal-light, h6.color--charcoal-light {
    color: #282828 !important; }
  h1.color--light-gray, h2.color--light-gray, h3.color--light-gray, h4.color--light-gray, h5.color--light-gray, h6.color--light-gray {
    color: #a4a1a3 !important; }
  h1.color--dark-white, h2.color--dark-white, h3.color--dark-white, h4.color--dark-white, h5.color--dark-white, h6.color--dark-white {
    color: #f0f0f0 !important; }

a {
  color: #d0112b; }
  a:hover, a:focus {
    color: #ed2742; }
	

/*# sourceMappingURL=styles.css.map */


/* New Styles */
.errorPanel {
    padding: 10px;
    width: auto;
    margin: 5px auto;
    border: 1px solid #FF0000;
    color: #FF0000;
    background: #fffacd;
    font-size: 12px;
    line-height: 18px;
}

.last {
    margin-right: 0px !important;
}